summaryrefslogtreecommitdiff
path: root/server/include/modules_handler.h
diff options
context:
space:
mode:
Diffstat (limited to 'server/include/modules_handler.h')
-rw-r--r--server/include/modules_handler.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/server/include/modules_handler.h b/server/include/modules_handler.h
index c111faf..d174aca 100644
--- a/server/include/modules_handler.h
+++ b/server/include/modules_handler.h
@@ -38,6 +38,7 @@ class modules_handler
void load_metadata_modules(const std::string &path);
void load_downloader_modules(const std::string &path);
void sync_module_settings(module_base *m);
+ void load_module_settings();
std::string list_modules_single_type_internal(const std::list<module_base*> &modules);
std::string get_self_path();
std::string self_path;