diff options
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/proto.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h index a53dab7f71..bb5bc6ea32 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -1922,7 +1922,7 @@ BOOL pdb_generate_sam_sid(void); /*The following definitions come from passdb/pampass.c */ -BOOL pam_session(BOOL flag, const char *in_user, char *tty); +BOOL pam_session(BOOL flag, const char *in_user, char *tty, char *rhost); BOOL pam_accountcheck(char * user); BOOL pam_passcheck(char * user, char * password); |