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