From 1484d74c1dfd24cfe5b6f13f76d58ff395e4d253 Mon Sep 17 00:00:00 2001 From: Bent Bisballe Nyeng Date: Tue, 10 Jan 2023 16:00:36 +0100 Subject: Put ctor.h contents in ctor namespace. --- src/configure.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'src/configure.h') diff --git a/src/configure.h b/src/configure.h index 16499d6..cc20707 100644 --- a/src/configure.h +++ b/src/configure.h @@ -8,10 +8,12 @@ #include #include +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[]); -- cgit v1.2.3