diff options
author | Günther Deschner <gd@samba.org> | 2009-03-24 11:02:40 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2009-03-24 11:11:57 +0100 |
commit | c388efdbcb9ef1ecd5a81f7731ce56c7f79b2579 (patch) | |
tree | 794f79de689dbeec38f77f25e822352f1d808356 /source3/include | |
parent | 87b428e424e2e3cca975ecd0efed327e72950a1d (diff) | |
download | samba-c388efdbcb9ef1ecd5a81f7731ce56c7f79b2579.tar.gz samba-c388efdbcb9ef1ecd5a81f7731ce56c7f79b2579.tar.bz2 samba-c388efdbcb9ef1ecd5a81f7731ce56c7f79b2579.zip |
s3: add missing prototype for auth_wbc_init().
Guenther
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/proto.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h index c8dce13916..d15e45a874 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -150,6 +150,10 @@ bool is_trusted_domain(const char* dom_name); NTSTATUS auth_winbind_init(void); +/* The following definitions come from auth/auth_wbc.c */ + +NTSTATUS auth_wbc_init(void); + /* The following definitions come from auth/pampass.c */ bool smb_pam_claim_session(char *user, char *tty, char *rhost); |