diff options
author | geneticdrift <geneticdrift@iotide.com> | 2012-06-27 09:26:03 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2012-06-27 09:49:17 +0200 |
commit | 799843cc9703bd764425b77a1cdd231c3cd9e9ac (patch) | |
tree | 6f1bf6178099b84f727917d9de07bd728af6cdaf /src/dbUtils.h | |
parent | 16e91baa799e579aa0bad78d7f4291aec8ab7a05 (diff) | |
download | mpd-799843cc9703bd764425b77a1cdd231c3cd9e9ac.tar.gz mpd-799843cc9703bd764425b77a1cdd231c3cd9e9ac.tar.xz mpd-799843cc9703bd764425b77a1cdd231c3cd9e9ac.zip |
New command searchaddpl
Search and add search result to a stored playlist.
Diffstat (limited to 'src/dbUtils.h')
-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 |