From f4f59bf24803df975ed38d558c7b0931ca575c3d Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Tue, 14 Oct 2008 13:36:15 +0200 Subject: s3-build: fix init_samba_module missing proto warning. Guenther --- source3/include/module.h | 1 + 1 file changed, 1 insertion(+) 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) -- cgit