s3-build: fix init_samba_module missing proto warning.
authorGünther Deschner <gd@samba.org>
Tue, 14 Oct 2008 11:36:15 +0000 (13:36 +0200)
committerGünther Deschner <gd@samba.org>
Tue, 14 Oct 2008 11:40:17 +0000 (13:40 +0200)
Guenther

source3/include/module.h

index 20dbaba6b40b21a08473f4f96555f78a71e2718e..52245e01d2ac3a21cd9701f2cd340b344010a4b7 100644 (file)
@@ -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)