diff options
Diffstat (limited to 'auth.h')
-rw-r--r-- | auth.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -62,6 +62,7 @@ struct Authctxt { | |||
62 | char *service; | 62 | char *service; |
63 | struct passwd *pw; /* set if 'valid' */ | 63 | struct passwd *pw; /* set if 'valid' */ |
64 | char *style; | 64 | char *style; |
65 | char *role; | ||
65 | void *kbdintctxt; | 66 | void *kbdintctxt; |
66 | char *info; /* Extra info for next auth_log */ | 67 | char *info; /* Extra info for next auth_log */ |
67 | #ifdef BSD_AUTH | 68 | #ifdef BSD_AUTH |