Changeset 42 in openpam
- Timestamp:
- 02/09/02 15:43:36 (11 years ago)
- Location:
- trunk/include/security
- Files:
-
- 5 edited
-
openpam.h (modified) (2 diffs)
-
pam_appl.h (modified) (2 diffs)
-
pam_constants.h (modified) (2 diffs)
-
pam_modules.h (modified) (2 diffs)
-
pam_types.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/security/openpam.h
r39 r42 42 42 */ 43 43 #include <stdarg.h> 44 45 #ifdef __cplusplus 46 extern "C" { 47 #endif 44 48 45 49 /* … … 200 204 #endif 201 205 202 #endif 206 #ifdef __cplusplus 207 } 208 #endif 209 210 #endif -
trunk/include/security/pam_appl.h
r39 r42 40 40 #include <security/pam_types.h> 41 41 #include <security/pam_constants.h> 42 43 #ifdef __cplusplus 44 extern "C" { 45 #endif 42 46 43 47 /* … … 170 174 #endif /* 0 */ 171 175 176 #ifdef __cplusplus 177 } 172 178 #endif 179 180 #endif -
trunk/include/security/pam_constants.h
r36 r42 37 37 #ifndef _PAM_CONSTANTS_H_INCLUDED 38 38 #define _PAM_CONSTANTS_H_INCLUDED 39 40 #ifdef __cplusplus 41 extern "C" { 42 #endif 39 43 40 44 /* … … 118 122 }; 119 123 124 #ifdef __cplusplus 125 } 120 126 #endif 127 128 #endif -
trunk/include/security/pam_modules.h
r32 r42 41 41 #include <security/pam_constants.h> 42 42 #include <security/openpam.h> 43 44 #ifdef __cplusplus 45 extern "C" { 46 #endif 43 47 44 48 /* … … 138 142 #endif /* 0 */ 139 143 144 #ifdef __cplusplus 145 } 140 146 #endif 147 148 #endif -
trunk/include/security/pam_types.h
r16 r42 38 38 #define _PAM_TYPES_H_INCLUDED 39 39 40 #ifdef __cplusplus 41 extern "C" { 42 #endif 43 40 44 /* 41 45 * XSSO 5.1.1 … … 66 70 typedef struct pam_handle pam_handle_t; 67 71 72 #ifdef __cplusplus 73 } 68 74 #endif 75 76 #endif
Note: See TracChangeset
for help on using the changeset viewer.