lib/util Rename run_init_functions -> samba_init_module_fns_run
[nivanova/samba-autobuild/.git] / lib / util / samba_modules.h
index 5b912b39872dac998974ebe7860d13cf70d4680d..be025ea7c1e75ac432fa87241ef0a925ec542d20 100644 (file)
@@ -44,7 +44,7 @@ samba_init_module_fn load_module(const char *path, bool is_probe, void **handle)
  *
  * @return true if all functions ran successfully, false otherwise
  */
-bool run_init_functions(samba_init_module_fn *fns);
+bool samba_init_module_fns_run(samba_init_module_fn *fns);
 
 /**
  * Load the initialization functions from DSO files for a specific subsystem.