summaryrefslogtreecommitdiff
path: root/src/configure.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/configure.h')
-rw-r--r--src/configure.h8
1 files changed, 5 insertions, 3 deletions
diff --git a/src/configure.h b/src/configure.h
index 16499d6..ac8d721 100644
--- a/src/configure.h
+++ b/src/configure.h
@@ -8,10 +8,12 @@
#include <map>
#include <vector>
-struct Settings;
+namespace ctor {
+struct settings;
+} // namespace ctor::
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[]);
+int configure(const ctor::settings& settings, int argc, char* argv[]);
+int reconfigure(const ctor::settings& settings, int argc, char* argv[]);