aboutsummaryrefslogtreecommitdiff
path: root/src/daemon/command_server.h
diff options
context:
space:
mode:
authorrbrunner7 <rbrunner@dreamshare.ch>2020-06-01 10:20:59 +0200
committerrbrunner7 <rbrunner@dreamshare.ch>2020-07-24 07:12:11 +0200
commitfb31167b12caccdac071bdbe5ad58f235cdb82fe (patch)
treef4ccd86e7fe5347ce8e9e21a36bdba2d976d2414 /src/daemon/command_server.h
parentMerge pull request #6586 (diff)
downloadmonero-fb31167b12caccdac071bdbe5ad58f235cdb82fe.tar.xz
Wallet, daemon: From 'help_advanced' back to 'help', and new 'apropos' command
Diffstat (limited to '')
-rw-r--r--src/daemon/command_server.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/daemon/command_server.h b/src/daemon/command_server.h
index 946d55b8c..df7198d04 100644
--- a/src/daemon/command_server.h
+++ b/src/daemon/command_server.h
@@ -73,6 +73,7 @@ public:
private:
bool help(const std::vector<std::string>& args);
+ bool apropos(const std::vector<std::string>& args);
std::string get_commands_str();
std::string get_command_usage(const std::vector<std::string> &args);