diff options
Diffstat (limited to '')
-rw-r--r-- | src/dbUtils.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/dbUtils.h b/src/dbUtils.h index 94a096f66..706c807fd 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 |