From: Günther Deschner Date: Tue, 24 Mar 2009 10:02:40 +0000 (+0100) Subject: s3: add missing prototype for auth_wbc_init(). X-Git-Tag: tdb-1.1.5~1075^2~22 X-Git-Url: http://git.samba.org/samba.git/?p=ira%2Fwip.git;a=commitdiff_plain;h=c388efdbcb9ef1ecd5a81f7731ce56c7f79b2579 s3: add missing prototype for auth_wbc_init(). Guenther --- diff --git a/source3/include/proto.h b/source3/include/proto.h index c8dce139161..d15e45a8748 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);