[SCM] Samba Shared Repository - branch v3-3-test updated - release-3-2-0pre2-4397-g39f47db

Günther Deschner gd at samba.org
Tue Nov 18 21:22:02 GMT 2008


The branch, v3-3-test has been updated
       via  39f47db6f93132ebeef185f064652944aec11d99 (commit)
      from  d7fa7b88d5027903a1dace366e41aab19c0b95d4 (commit)

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


- Log -----------------------------------------------------------------
commit 39f47db6f93132ebeef185f064652944aec11d99
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
    (cherry picked from commit f4f59bf24803df975ed38d558c7b0931ca575c3d)

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

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


Changeset truncated at 500 lines:

diff --git a/source/include/module.h b/source/include/module.h
index 20dbaba..52245e0 100644
--- a/source/include/module.h
+++ b/source/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