summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2011-10-25 10:11:06 +1100
committerAndrew Bartlett <abartlet@samba.org>2011-10-28 13:10:28 +0200
commit0ce09fcf7ae971a2dc4131fd137c925f0b9a57a4 (patch)
treea6bb8e729768a77f33150943e1af8745c218f838 /lib
parent1b7cc4ac7c793d4c1829d842c84273ef2d081fdb (diff)
downloadsamba-0ce09fcf7ae971a2dc4131fd137c925f0b9a57a4.tar.gz
samba-0ce09fcf7ae971a2dc4131fd137c925f0b9a57a4.tar.bz2
samba-0ce09fcf7ae971a2dc4131fd137c925f0b9a57a4.zip
lib/util Rename samba_init_module_fns_run -> samba_module_init_fns_run
This is to provide a cleaner namespace in the public samba plugin functions. Andrew Bartlett
Diffstat (limited to 'lib')
-rw-r--r--lib/util/samba_module.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/util/samba_module.c b/lib/util/samba_module.c
index fd3da7552e..6dc42eaf08 100644
--- a/lib/util/samba_module.c
+++ b/lib/util/samba_module.c
@@ -30,7 +30,7 @@
*
* @return true if all functions ran successfully, false otherwise
*/
-bool samba_init_module_fns_run(samba_module_init_fn *fns)
+bool samba_module_init_fns_run(samba_module_init_fn *fns)
{
int i;
bool ret = true;