summaryrefslogtreecommitdiff
path: root/lib/util/samba_modules.h
diff options
context:
space:
mode:
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