diff options
Diffstat (limited to 'auth.h')
-rw-r--r-- | auth.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -58,6 +58,7 @@ struct Authctxt { | |||
58 | char *service; | 58 | char *service; |
59 | struct passwd *pw; /* set if 'valid' */ | 59 | struct passwd *pw; /* set if 'valid' */ |
60 | char *style; | 60 | char *style; |
61 | char *role; | ||
61 | void *kbdintctxt; | 62 | void *kbdintctxt; |
62 | #ifdef BSD_AUTH | 63 | #ifdef BSD_AUTH |
63 | auth_session_t *as; | 64 | auth_session_t *as; |