From 87cf381dc3bd020dc043419f4ca18a3ff118458d Mon Sep 17 00:00:00 2001 From: =?utf8?q?G=C3=BCnther=20Deschner?= Date: Tue, 24 Mar 2009 11:02:40 +0100 Subject: [PATCH] s3: add missing prototype for auth_wbc_init(). Guenther (cherry picked from commit c388efdbcb9ef1ecd5a81f7731ce56c7f79b2579) --- source3/include/proto.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/source3/include/proto.h b/source3/include/proto.h index e6e925eb726..36b8d5e8def 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); -- 2.11.4.GIT