aboutsummaryrefslogtreecommitdiff
path: root/src/daemon/command_parser_executor.h
diff options
context:
space:
mode:
authormoneromooo-monero <moneromooo-monero@users.noreply.github.com>2018-04-13 18:12:17 +0100
committermoneromooo-monero <moneromooo-monero@users.noreply.github.com>2018-04-13 18:47:30 +0100
commit35d1269faca070e1ec8906d0683896f937685b97 (patch)
tree8e6f66431625c82af5a4cbfed6ea50c6a1bded36 /src/daemon/command_parser_executor.h
parentMerge pull request #3618 (diff)
downloadmonero-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.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