From df0c26a394be7dd4137c9614dd867122019d78f8 Mon Sep 17 00:00:00 2001 From: Anton Khirnov Date: Tue, 25 Aug 2009 13:43:22 +0200 Subject: command: add "findadd" command. --- src/dbUtils.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/dbUtils.h') diff --git a/src/dbUtils.h b/src/dbUtils.h index 1382c243e..914b6fa84 100644 --- a/src/dbUtils.h +++ b/src/dbUtils.h @@ -39,6 +39,10 @@ int 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); -- cgit v1.2.3