diff options
Diffstat (limited to 'src/cmd.h')
-rw-r--r-- | src/cmd.h | 10 |
1 files changed, 9 insertions, 1 deletions
@@ -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 |