From 3c29644d3bc8c4daad68ab92003a9e754f39de2a Mon Sep 17 00:00:00 2001 From: Bent Bisballe Nyeng Date: Thu, 18 Nov 2021 22:02:57 +0100 Subject: Refactor configure and the way it generates its cache. --- src/configure.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/configure.h') 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& configuration(); extern const std::map default_configuration; +*/ -- cgit v1.2.3