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/DatabaseQueue.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/DatabaseQueue.hxx') diff --git a/src/DatabaseQueue.hxx b/src/DatabaseQueue.hxx index 546836ca..cf8c3ba5 100644 --- a/src/DatabaseQueue.hxx +++ b/src/DatabaseQueue.hxx @@ -26,7 +26,7 @@ struct locate_item_list; struct player_control; -gcc_nonnull(1,2,3) +gcc_nonnull(1,2) bool findAddIn(struct player_control *pc, const char *name, const struct locate_item_list *criteria, GError **error_r); -- cgit v1.2.3