From c388efdbcb9ef1ecd5a81f7731ce56c7f79b2579 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Tue, 24 Mar 2009 11:02:40 +0100 Subject: s3: add missing prototype for auth_wbc_init(). Guenther --- source3/include/proto.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'source3/include') 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); -- cgit