aboutsummaryrefslogtreecommitdiff
path: root/src/daemon/command_parser_executor.h
diff options
context:
space:
mode:
authorRiccardo Spagni <ric@spagni.net>2018-04-21 21:55:28 +0200
committerRiccardo Spagni <ric@spagni.net>2018-04-21 21:55:28 +0200
commit7e98e9d7ce0766a046505f750decad2387a315ec (patch)
tree6a2def6b3fc455edc677122f91c0d248c99400b1 /src/daemon/command_parser_executor.h
parente6cf9c06fc63c6d4cbcfee5633a990e8fbd76ed1 (diff)
parent51b511be4c584ee4e5222bd3c4f4e08f36519082 (diff)
downloadmonzero-core-7e98e9d7ce0766a046505f750decad2387a315ec.tar.gz
monzero-core-7e98e9d7ce0766a046505f750decad2387a315ec.tar.xz
monzero-core-7e98e9d7ce0766a046505f750decad2387a315ec.zip
Merge pull request #3630
51b511be simplewallet: add version command (moneromooo-monero) 35d1269f daemon: add a version command (moneromooo-monero)
Diffstat (limited to 'src/daemon/command_parser_executor.h')
-rw-r--r--src/daemon/command_parser_executor.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/daemon/command_parser_executor.h b/src/daemon/command_parser_executor.h
index 2c09a4748..a70070171 100644
--- a/src/daemon/command_parser_executor.h
+++ b/src/daemon/command_parser_executor.h
@@ -138,6 +138,8 @@ public:
bool relay_tx(const std::vector<std::string>& args);
bool sync_info(const std::vector<std::string>& args);
+
+ bool version(const std::vector<std::string>& args);
};
} // namespace daemonize