aboutsummaryrefslogtreecommitdiffstats
path: root/src/command/DatabaseCommands.hxx
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2013-10-29 19:29:22 +0100
committerMax Kellermann <max@duempel.org>2013-10-29 21:13:40 +0100
commitb5fc21b9f442904608a73e3c705e498c55769843 (patch)
tree1d1143f698c28afb77d94343d38245d7a0693dfa /src/command/DatabaseCommands.hxx
parent44581dbef53ba2ae589cbc8e481285697363941f (diff)
downloadmpd-b5fc21b9f442904608a73e3c705e498c55769843.tar.gz
mpd-b5fc21b9f442904608a73e3c705e498c55769843.tar.xz
mpd-b5fc21b9f442904608a73e3c705e498c55769843.zip
Revert "command: new commands "findin", "searchin" with base URI"
This reverts commit a577944ab5a1f4d688e5901fa3efaf7cd1673588. Will be replaced by new options for the old commands "search" and "find".
Diffstat (limited to 'src/command/DatabaseCommands.hxx')
-rw-r--r--src/command/DatabaseCommands.hxx6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/command/DatabaseCommands.hxx b/src/command/DatabaseCommands.hxx
index fa23c5492..c60caf246 100644
--- a/src/command/DatabaseCommands.hxx
+++ b/src/command/DatabaseCommands.hxx
@@ -31,18 +31,12 @@ 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