keyutils.h   keyutils.h 
skipping to change at line 17 skipping to change at line 17
* modify it under the terms of the GNU Lesser General Public License * modify it under the terms of the GNU Lesser General Public License
* as published by the Free Software Foundation; either version * as published by the Free Software Foundation; either version
* 2 of the License, or (at your option) any later version. * 2 of the License, or (at your option) any later version.
*/ */
#ifndef KEYUTILS_H #ifndef KEYUTILS_H
#define KEYUTILS_H #define KEYUTILS_H
#include <stdint.h> #include <stdint.h>
extern const char keyutils_version_string[];
extern const char keyutils_build_string[];
/* key serial number */ /* key serial number */
typedef int32_t key_serial_t; typedef int32_t key_serial_t;
/* special process keyring shortcut IDs */ /* special process keyring shortcut IDs */
#define KEY_SPEC_THREAD_KEYRING -1 /* - key ID for thre ad-specific keyring */ #define KEY_SPEC_THREAD_KEYRING -1 /* - key ID for thre ad-specific keyring */
#define KEY_SPEC_PROCESS_KEYRING -2 /* - key ID for process-spec ific keyring */ #define KEY_SPEC_PROCESS_KEYRING -2 /* - key ID for process-spec ific keyring */
#define KEY_SPEC_SESSION_KEYRING -3 /* - key ID for session-spec ific keyring */ #define KEY_SPEC_SESSION_KEYRING -3 /* - key ID for session-spec ific keyring */
#define KEY_SPEC_USER_KEYRING -4 /* - key ID for UID-specific keyring */ #define KEY_SPEC_USER_KEYRING -4 /* - key ID for UID-specific keyring */
#define KEY_SPEC_USER_SESSION_KEYRING -5 /* - key ID for UID-session keyring */ #define KEY_SPEC_USER_SESSION_KEYRING -5 /* - key ID for UID-session keyring */
#define KEY_SPEC_GROUP_KEYRING -6 /* - key ID for GID-specific keyring */ #define KEY_SPEC_GROUP_KEYRING -6 /* - key ID for GID-specific keyring */
 End of changes. 1 change blocks. 
0 lines changed or deleted 3 lines changed or added

This html diff was produced by rfcdiff 1.41. The latest version is available from http://tools.ietf.org/tools/rfcdiff/