From 42646fc776ff938a4440af5d1cc7be41160a3dbb Mon Sep 17 00:00:00 2001 From: Gluzskiy Alexandr Date: Sun, 29 Mar 2015 00:06:35 +0300 Subject: work in progress --- server/include/modules_handler.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'server/include/modules_handler.h') diff --git a/server/include/modules_handler.h b/server/include/modules_handler.h index efcbebc..2459d9c 100644 --- a/server/include/modules_handler.h +++ b/server/include/modules_handler.h @@ -30,11 +30,12 @@ class modules_handler { public: modules_handler(); - std::string list_modules(); + std::string list_modules(short verbose_level = 0); ~modules_handler(); private: void load_metadata_modules(const std::string &path); void load_downloader_modules(const std::string &path); + void sync_module_settings(module_base *m); std::string get_self_path(); std::string self_path; std::list metadata_modules; -- cgit v1.2.3