aboutsummaryrefslogtreecommitdiff
path: root/src/DatabasePlaylist.hxx
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2012-08-07 23:22:37 +0200
committerMax Kellermann <max@duempel.org>2012-08-08 00:55:02 +0200
commit733d6a6b16686c852b6d0fc0e4e9197add501a2f (patch)
treec089ab2961a5b98558f7587df3c5ef995628e8b3 /src/DatabasePlaylist.hxx
parent8d2725234e6271434d87ecaac23ef882850e649a (diff)
DatabaseSelection: add "match" attribute
Let the database plugin do the match.
Diffstat (limited to 'src/DatabasePlaylist.hxx')
-rw-r--r--src/DatabasePlaylist.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/DatabasePlaylist.hxx b/src/DatabasePlaylist.hxx
index 961dc5f2..269585c3 100644
--- a/src/DatabasePlaylist.hxx
+++ b/src/DatabasePlaylist.hxx
@@ -25,7 +25,7 @@
struct locate_item_list;
-gcc_nonnull(1,2,3)
+gcc_nonnull(1,2)
bool
search_add_to_playlist(const char *uri, const char *path_utf8,
const struct locate_item_list *criteria,