lib:util: Make probing of modules more secure
[bbaumbach/samba-autobuild/.git] / lib / util / samba_modules.h
index d7a452159abef2b984af780006bdfd44e139695e..c6986910c380d6d85f7d473685033035924460d5 100644 (file)
@@ -55,6 +55,7 @@ init_module_fn *load_samba_modules(TALLOC_CTX *mem_ctx, const char *subsystem);
 
 int smb_load_all_modules_absoute_path(const char **modules);
 NTSTATUS smb_probe_module(const char *subsystem, const char *module);
+NTSTATUS smb_probe_module_absolute_path(const char *module);
 NTSTATUS smb_load_module(const char *subsystem, const char *module);
 
 #endif /* _SAMBA_MODULES_H */