aboutsummaryrefslogtreecommitdiffstats
path: root/src/dbUtils.h
diff options
context:
space:
mode:
authorAnton Khirnov <wyskas@gmail.com>2009-08-25 13:43:22 +0200
committerMax Kellermann <max@duempel.org>2009-08-25 13:43:22 +0200
commitdf0c26a394be7dd4137c9614dd867122019d78f8 (patch)
tree7f7806e251104c6d473e6bba5be4a50ca6e84ffc /src/dbUtils.h
parent1e56c7b8629f5c11eee0680e4584030cac939ce8 (diff)
downloadmpd-df0c26a394be7dd4137c9614dd867122019d78f8.tar.gz
mpd-df0c26a394be7dd4137c9614dd867122019d78f8.tar.xz
mpd-df0c26a394be7dd4137c9614dd867122019d78f8.zip
command: add "findadd" command.
Diffstat (limited to 'src/dbUtils.h')
-rw-r--r--src/dbUtils.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/dbUtils.h b/src/dbUtils.h
index 1382c243e..914b6fa84 100644
--- a/src/dbUtils.h
+++ b/src/dbUtils.h
@@ -40,6 +40,10 @@ findSongsIn(struct client *client, const char *name,
const struct locate_item_list *criteria);
int
+findAddIn(struct client *client, const char *name,
+ const struct locate_item_list *criteria);
+
+int
searchStatsForSongsIn(struct client *client, const char *name,
const struct locate_item_list *criteria);