lib:util: Rename smb_load_modules()
[amitay/samba.git] / lib / util / modules.c
index c693e5f32bbb3560223a679f21080c2a48914c67..e8a86c47fdf3794d4781b037b4d50828377b6e93 100644 (file)
@@ -237,7 +237,7 @@ static NTSTATUS do_smb_load_module(const char *subsystem,
 
 /* Load all modules in list and return number of
  * modules that has been successfully loaded */
-int smb_load_modules(const char **modules)
+int smb_load_all_modules_absoute_path(const char **modules)
 {
        int i;
        int success = 0;