keyutil.h   keyutil.h 
skipping to change at line 15 skipping to change at line 15
* *
* This program is free software; you can redistribute it and/or * This program is free software; you can redistribute it and/or
* 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 KEYUTIL_H #ifndef KEYUTIL_H
#define KEYUTIL_H #define KEYUTIL_H
#include <stdint.h>
/* 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 2 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/