summaryrefslogtreecommitdiff
path: root/server/modules/metadata/flat_files/main.h
diff options
context:
space:
mode:
Diffstat (limited to 'server/modules/metadata/flat_files/main.h')
-rw-r--r--server/modules/metadata/flat_files/main.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/server/modules/metadata/flat_files/main.h b/server/modules/metadata/flat_files/main.h
index 706e21d..5604623 100644
--- a/server/modules/metadata/flat_files/main.h
+++ b/server/modules/metadata/flat_files/main.h
@@ -33,6 +33,7 @@ class storage_impl: public module_metadata_storage
//module base
void load(core_api *a);
const module_info &get_module_info();
+ void set_module_settings(const std::map<std::string, std::string> &settings);
//metadata module
bool set(const std::string &module_name, const std::string &setting_name, const std::vector<char> &data);
bool get(const std::string &module_name, const std::string &setting_name, std::vector<char> &data);