summaryrefslogtreecommitdiff
path: root/source3/include
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2008-10-14 13:36:15 +0200
committerGünther Deschner <gd@samba.org>2008-10-14 13:40:17 +0200
commitf4f59bf24803df975ed38d558c7b0931ca575c3d (patch)
treef3d3af361f8e4ce43c37a433227e48b1fad14256 /source3/include
parente03730518711c9b5d54109562c2e226e5146555f (diff)
downloadsamba-f4f59bf24803df975ed38d558c7b0931ca575c3d.tar.gz
samba-f4f59bf24803df975ed38d558c7b0931ca575c3d.tar.bz2
samba-f4f59bf24803df975ed38d558c7b0931ca575c3d.zip
s3-build: fix init_samba_module missing proto warning.
Guenther
Diffstat (limited to 'source3/include')
-rw-r--r--source3/include/module.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/include/module.h b/source3/include/module.h
index 20dbaba6b4..52245e01d2 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)