Changeset 106 in openpam for trunk/include/security/openpam.h
- Timestamp:
- Apr 8, 2002, 1:42:13 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/security/openpam.h
r104 r106 32 32 * SUCH DAMAGE. 33 33 * 34 * $P4: //depot/projects/openpam/include/security/openpam.h#1 4$34 * $P4: //depot/projects/openpam/include/security/openpam.h#15 $ 35 35 */ 36 36 … … 47 47 #endif 48 48 49 struct passwd; 50 49 51 /* 50 52 * API extensions 51 53 */ 54 int 55 openpam_borrow_cred(pam_handle_t *_pamh, 56 const struct passwd *_pwd); 57 58 void 59 openpam_free_data(pam_handle_t *_pamh, 60 void *_data, 61 int _status); 62 52 63 const char * 53 64 openpam_get_option(pam_handle_t *_pamh, 54 65 const char *_option); 66 67 int 68 openpam_restore_cred(pam_handle_t *_pamh); 55 69 56 70 int
Note: See TracChangeset
for help on using the changeset viewer.