diff options
author | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2018-04-13 18:12:17 +0100 |
---|---|---|
committer | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2018-04-13 18:47:30 +0100 |
commit | 35d1269faca070e1ec8906d0683896f937685b97 (patch) | |
tree | 8e6f66431625c82af5a4cbfed6ea50c6a1bded36 /src/daemon/command_parser_executor.h | |
parent | Merge pull request #3618 (diff) | |
download | monero-35d1269faca070e1ec8906d0683896f937685b97.tar.xz |
daemon: add a version command
Diffstat (limited to 'src/daemon/command_parser_executor.h')
-rw-r--r-- | src/daemon/command_parser_executor.h | 2 |
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 |