diff options
author | Gluzskiy Alexandr <sss@sss.chaoslab.ru> | 2015-03-29 19:19:37 +0300 |
---|---|---|
committer | Gluzskiy Alexandr <sss@sss.chaoslab.ru> | 2015-03-29 19:19:37 +0300 |
commit | c8a7af2c1813cd0ae22d4015c8a9f4ee4859bf56 (patch) | |
tree | 56ceef4e1a6d7338af2cbf8b3ca406021f0205a9 /server/include/modules_handler.h | |
parent | 0c9dd8ea102db49c9702d36d8a13c013d6e5df86 (diff) |
module settings auto loading
Diffstat (limited to 'server/include/modules_handler.h')
-rw-r--r-- | server/include/modules_handler.h | 1 |
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; |