From 733d6a6b16686c852b6d0fc0e4e9197add501a2f Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Tue, 7 Aug 2012 23:22:37 +0200 Subject: DatabaseSelection: add "match" attribute Let the database plugin do the match. --- src/DatabasePlaylist.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/DatabasePlaylist.hxx') 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, -- cgit v1.2.3