aboutsummaryrefslogtreecommitdiff
path: root/src/daemon/command_parser_executor.h
diff options
context:
space:
mode:
authorRiccardo Spagni <ric@spagni.net>2018-12-12 11:58:36 +0200
committerRiccardo Spagni <ric@spagni.net>2018-12-12 11:58:37 +0200
commit0fccc78e3966477309cb4e9c037c0a9f004ea99e (patch)
tree5ec83c8705bc716c5efd497b85069e256a5401d8 /src/daemon/command_parser_executor.h
parentMerge pull request #4901 (diff)
parentadd command pop_blocks (diff)
downloadmonero-0fccc78e3966477309cb4e9c037c0a9f004ea99e.tar.xz
Merge pull request #4903
dc1c1252 add command pop_blocks (Jason Wong)
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 a70070171..e2844e8b7 100644
--- a/src/daemon/command_parser_executor.h
+++ b/src/daemon/command_parser_executor.h
@@ -139,6 +139,8 @@ public:
bool sync_info(const std::vector<std::string>& args);
+ bool pop_blocks(const std::vector<std::string>& args);
+
bool version(const std::vector<std::string>& args);
};