[SCM] Samba Shared Repository - branch v3-4-test updated - release-4-0-0alpha7-569-g87cf381

Günther Deschner gd at samba.org
Tue Mar 24 10:13:59 GMT 2009


The branch, v3-4-test has been updated
       via  87cf381dc3bd020dc043419f4ca18a3ff118458d (commit)
      from  a2e138419138a2f675f6370426a6caeda0a314b4 (commit)

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=v3-4-test


- Log -----------------------------------------------------------------
commit 87cf381dc3bd020dc043419f4ca18a3ff118458d
Author: Günther Deschner <gd at samba.org>
Date:   Tue Mar 24 11:02:40 2009 +0100

    s3: add missing prototype for auth_wbc_init().
    
    Guenther
    (cherry picked from commit c388efdbcb9ef1ecd5a81f7731ce56c7f79b2579)

-----------------------------------------------------------------------

Summary of changes:
 source3/include/proto.h |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source3/include/proto.h b/source3/include/proto.h
index e6e925e..36b8d5e 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);


-- 
Samba Shared Repository


More information about the samba-cvs mailing list