summaryrefslogtreecommitdiff
path: root/src/configure.h
diff options
context:
space:
mode:
authorBent Bisballe Nyeng <deva@aasimon.org>2021-11-18 22:02:57 +0100
committerBent Bisballe Nyeng <deva@aasimon.org>2021-11-18 22:02:57 +0100
commit3c29644d3bc8c4daad68ab92003a9e754f39de2a (patch)
tree38a03929b6c773131677a7c08cda868769495423 /src/configure.h
parentdbd68011363b01f22ab85e11ad52a8e90da9611a (diff)
Refactor configure and the way it generates its cache.
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;
+*/