aboutsummaryrefslogtreecommitdiff
path: root/src/dbUtils.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/dbUtils.h')
-rw-r--r--src/dbUtils.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/dbUtils.h b/src/dbUtils.h
index 94a096f6..706c807f 100644
--- a/src/dbUtils.h
+++ b/src/dbUtils.h
@@ -47,4 +47,10 @@ bool
search_add_songs(struct player_control *pc, const char *uri,
const struct locate_item_list *criteria, GError **error_r);
+gcc_nonnull(1,2,3)
+bool
+search_add_to_playlist(const char *uri, const char *path_utf8,
+ const struct locate_item_list *criteria,
+ GError **error_r);
+
#endif