aboutsummaryrefslogtreecommitdiffstats
path: root/src/cmd.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/cmd.h')
-rw-r--r--src/cmd.h10
1 files changed, 9 insertions, 1 deletions
diff --git a/src/cmd.h b/src/cmd.h
index 62d123e2..b90384db 100644
--- a/src/cmd.h
+++ b/src/cmd.h
@@ -31,9 +31,17 @@
// boost
#include <boost/program_options.hpp>
+#include "GpgFrontendContext.h"
+
+namespace GpgFrontend {
+
// functions
auto PrintVersion() -> int;
auto ParseLogLevel(const boost::program_options::variables_map&)
- -> spdlog::level::level_enum; \ No newline at end of file
+ -> spdlog::level::level_enum;
+
+auto RunTest(const GFCxtWPtr&) -> int;
+
+} // namespace GpgFrontend \ No newline at end of file