aboutsummaryrefslogtreecommitdiff
path: root/src/dbUtils.h
diff options
context:
space:
mode:
authorgeneticdrift <geneticdrift@iotide.com>2012-06-27 09:26:00 +0200
committerMax Kellermann <max@duempel.org>2012-06-27 09:41:15 +0200
commit16e91baa799e579aa0bad78d7f4291aec8ab7a05 (patch)
tree9e9fc0fa73b9683f3321a559fb7bfdccfbbe1f01 /src/dbUtils.h
parentf2536445f78389da0a3c68f3526968e47d658e98 (diff)
New command searchadd similar to command findadd.
Diffstat (limited to 'src/dbUtils.h')
-rw-r--r--src/dbUtils.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/dbUtils.h b/src/dbUtils.h
index 40594652..94a096f6 100644
--- a/src/dbUtils.h
+++ b/src/dbUtils.h
@@ -42,4 +42,9 @@ bool
findAddIn(struct player_control *pc, const char *name,
const struct locate_item_list *criteria, GError **error_r);
+gcc_nonnull(1,2,3)
+bool
+search_add_songs(struct player_control *pc, const char *uri,
+ const struct locate_item_list *criteria, GError **error_r);
+
#endif