[SCM] Samba Shared Repository - branch master updated - f4f59bf24803df975ed38d558c7b0931ca575c3d

Günther Deschner gd at samba.org
Tue Oct 14 11:40:46 GMT 2008


The branch, master has been updated
       via  f4f59bf24803df975ed38d558c7b0931ca575c3d (commit)
      from  e03730518711c9b5d54109562c2e226e5146555f (commit)

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


- Log -----------------------------------------------------------------
commit f4f59bf24803df975ed38d558c7b0931ca575c3d
Author: Günther Deschner <gd at samba.org>
Date:   Tue Oct 14 13:36:15 2008 +0200

    s3-build: fix init_samba_module missing proto warning.
    
    Guenther

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

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


Changeset truncated at 500 lines:

diff --git a/source3/include/module.h b/source3/include/module.h
index 20dbaba..52245e0 100644
--- a/source3/include/module.h
+++ b/source3/include/module.h
@@ -23,6 +23,7 @@
 /* Module support */
 typedef NTSTATUS (init_module_function) (void);
 
+NTSTATUS init_samba_module(void);
 
 typedef int smb_event_id_t;
 #define SMB_EVENT_ID_INVALID	(-1)


-- 
Samba Shared Repository


More information about the samba-cvs mailing list