summaryrefslogtreecommitdiff
path: root/src/configure.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/configure.h')
-rw-r--r--src/configure.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/configure.h b/src/configure.h
index a350820..d9160a5 100644
--- a/src/configure.h
+++ b/src/configure.h
@@ -13,7 +13,8 @@ extern std::filesystem::path configurationFile;;
extern std::filesystem::path configHeaderFile;
int configure(const Settings& settings, int argc, char* argv[]);
-
+int reconfigure(const Settings& settings, int argc, char* argv[]);
+/*
bool hasConfiguration(const std::string& key);
const std::string& getConfiguration(const std::string& key,
const std::string& defaultValue);
@@ -21,3 +22,4 @@ const std::string& getConfiguration(const std::string& key,
const std::map<std::string, std::string>& configuration();
extern const std::map<std::string, std::string> default_configuration;
+*/