aboutsummaryrefslogtreecommitdiffstats
path: root/src/DatabasePrint.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'src/DatabasePrint.hxx')
-rw-r--r--src/DatabasePrint.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/DatabasePrint.hxx b/src/DatabasePrint.hxx
index e9a19cd52..4aacd9363 100644
--- a/src/DatabasePrint.hxx
+++ b/src/DatabasePrint.hxx
@@ -26,7 +26,7 @@
#include <stdbool.h>
struct client;
-struct locate_item_list;
+class SongFilter;
struct DatabaseSelection;
struct db_visitor;
@@ -47,13 +47,13 @@ printInfoForAllIn(struct client *client, const char *uri_utf8,
gcc_nonnull(1,2)
bool
searchStatsForSongsIn(struct client *client, const char *name,
- const struct locate_item_list *criteria,
+ const SongFilter *filter,
GError **error_r);
gcc_nonnull(1)
bool
listAllUniqueTags(struct client *client, int type,
- const struct locate_item_list *criteria,
+ const SongFilter *filter,
GError **error_r);
#endif