lib/util: Remove unused module loading functions
[amitay/samba.git] / lib / util / samba_modules.h
index 2cca622e50deab50176e167a3d2af351ab603053..df24eb7621e23a0d23f4c29650c768b5202145c8 100644 (file)
@@ -38,12 +38,6 @@ NTSTATUS init_samba_module(void);
  */
 init_module_fn load_module(TALLOC_CTX *mem_ctx, const char *path);
 
-/**
- * Obtain list of init functions from the modules in the specified
- * directory
- */
-init_module_fn *load_modules(TALLOC_CTX *mem_ctx, const char *path);
-
 /**
  * Run the specified init functions.
  *
@@ -58,7 +52,6 @@ bool run_init_functions(init_module_fn *fns);
  */
 init_module_fn *load_samba_modules(TALLOC_CTX *mem_ctx, const char *subsystem);
 
-NTSTATUS smb_load_module(const char *module_name);
 int smb_load_modules(const char **modules);
 NTSTATUS smb_probe_module(const char *subsystem, const char *module);