aboutsummaryrefslogtreecommitdiffstats
path: root/src/command/DatabaseCommands.hxx
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2013-10-26 16:13:35 +0200
committerMax Kellermann <max@duempel.org>2013-10-26 16:13:35 +0200
commita577944ab5a1f4d688e5901fa3efaf7cd1673588 (patch)
tree5404e650f399191ca8a2f9a7b28c266e5c98d7d6 /src/command/DatabaseCommands.hxx
parent17ec3b0c2d83da9cae3dc0e649cef2568d20e7c1 (diff)
downloadmpd-a577944ab5a1f4d688e5901fa3efaf7cd1673588.tar.gz
mpd-a577944ab5a1f4d688e5901fa3efaf7cd1673588.tar.xz
mpd-a577944ab5a1f4d688e5901fa3efaf7cd1673588.zip
command: new commands "findin", "searchin" with base URI
Diffstat (limited to 'src/command/DatabaseCommands.hxx')
-rw-r--r--src/command/DatabaseCommands.hxx6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/command/DatabaseCommands.hxx b/src/command/DatabaseCommands.hxx
index c60caf246..fa23c5492 100644
--- a/src/command/DatabaseCommands.hxx
+++ b/src/command/DatabaseCommands.hxx
@@ -31,12 +31,18 @@ CommandResult
handle_find(Client &client, int argc, char *argv[]);
CommandResult
+handle_find_in(Client &client, int argc, char *argv[]);
+
+CommandResult
handle_findadd(Client &client, int argc, char *argv[]);
CommandResult
handle_search(Client &client, int argc, char *argv[]);
CommandResult
+handle_search_in(Client &client, int argc, char *argv[]);
+
+CommandResult
handle_searchadd(Client &client, int argc, char *argv[]);
CommandResult