[SCM] Samba Shared Repository - branch master updated - release-4-0-0alpha7-691-gc388efd

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


The branch, master has been updated
       via  c388efdbcb9ef1ecd5a81f7731ce56c7f79b2579 (commit)
      from  87b428e424e2e3cca975ecd0efed327e72950a1d (commit)

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit c388efdbcb9ef1ecd5a81f7731ce56c7f79b2579
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

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

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 c8dce13..d15e45a 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