summaryrefslogtreecommitdiff
path: root/src/configure.h
diff options
context:
space:
mode:
authorBent Bisballe Nyeng <deva@aasimon.org>2023-01-11 18:19:07 +0100
committerBent Bisballe Nyeng <deva@aasimon.org>2023-01-11 18:19:07 +0100
commiteb00551f0e990495c6d7533ed193f459cb449665 (patch)
tree51ba33b836e6d870378e6d614b1387787e3c7e2b /src/configure.h
parent2b26fff20c1684bc96eac25cfb24e1230f9ca3ce (diff)
Rename Settings struct to setings
Diffstat (limited to 'src/configure.h')
-rw-r--r--src/configure.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/configure.h b/src/configure.h
index cc20707..ac8d721 100644
--- a/src/configure.h
+++ b/src/configure.h
@@ -9,11 +9,11 @@
#include <vector>
namespace ctor {
-struct Settings;
+struct settings;
} // namespace ctor::
extern std::filesystem::path configurationFile;;
extern std::filesystem::path configHeaderFile;
-int configure(const ctor::Settings& settings, int argc, char* argv[]);
-int reconfigure(const ctor::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[]);