summaryrefslogtreecommitdiff
path: root/commands.h
diff options
context:
space:
mode:
Diffstat (limited to 'commands.h')
-rw-r--r--commands.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/commands.h b/commands.h
index 084dd02..78ecf48 100644
--- a/commands.h
+++ b/commands.h
@@ -25,9 +25,11 @@ class Commands {
std::map<std::string, Handler> handlers;
typedef boost::function<std::vector<MusicListing::p> (const std::string artist)> FindFunction;
+ //! Handlers for the find command.
std::map<std::string, FindFunction> find_handlers;
boost::asio::io_service& io_service;
+ //! Command arguments.
std::vector<std::string>& args;
std::vector<std::string> ls();