diff options
author | Günther Deschner <gd@samba.org> | 2008-10-14 13:36:15 +0200 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2008-10-14 13:40:17 +0200 |
commit | f4f59bf24803df975ed38d558c7b0931ca575c3d (patch) | |
tree | f3d3af361f8e4ce43c37a433227e48b1fad14256 | |
parent | e03730518711c9b5d54109562c2e226e5146555f (diff) | |
download | samba-f4f59bf24803df975ed38d558c7b0931ca575c3d.tar.gz samba-f4f59bf24803df975ed38d558c7b0931ca575c3d.tar.bz2 samba-f4f59bf24803df975ed38d558c7b0931ca575c3d.zip |
s3-build: fix init_samba_module missing proto warning.
Guenther
-rw-r--r-- | source3/include/module.h | 1 |
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) |