s3: add missing prototype for auth_wbc_init().
authorGünther Deschner <gd@samba.org>
Tue, 24 Mar 2009 10:02:40 +0000 (11:02 +0100)
committerGünther Deschner <gd@samba.org>
Tue, 24 Mar 2009 10:11:57 +0000 (11:11 +0100)
Guenther

source3/include/proto.h

index c8dce139161ee3fbed634c57d2c44fcffba1c098..d15e45a8748a538da703d4dd4ec079936c2d6b5e 100644 (file)
@@ -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);