summaryrefslogtreecommitdiff
path: root/lib/util/samba_modules.h
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2011-09-09 22:25:43 +1000
committerAndrew Bartlett <abartlet@samba.org>2011-10-06 07:18:07 +0200
commit355b5e3a831415d9bef97de4b2d83e353de4ab0f (patch)
tree5fceb57b6e7f1f7242030ae308927a4c5a7e2f5f /lib/util/samba_modules.h
parenta718b5a4f1ebfb63aec2f43b654d8e97f099fe85 (diff)
downloadsamba-355b5e3a831415d9bef97de4b2d83e353de4ab0f.tar.gz
samba-355b5e3a831415d9bef97de4b2d83e353de4ab0f.tar.bz2
samba-355b5e3a831415d9bef97de4b2d83e353de4ab0f.zip
modules: standardise on samba_init_module as the hook symbol to resolve
Diffstat (limited to 'lib/util/samba_modules.h')
-rw-r--r--lib/util/samba_modules.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/util/samba_modules.h b/lib/util/samba_modules.h
index 06f92c5db1..ae7895eb12 100644
--- a/lib/util/samba_modules.h
+++ b/lib/util/samba_modules.h
@@ -24,7 +24,7 @@
/* Module support */
typedef NTSTATUS (*init_module_fn) (void);
-NTSTATUS init_samba_module(void);
+NTSTATUS samba_init_module(void);
/* this needs to be a string which is not in the C library. We
previously used "init_module", but that meant that modules which