aboutsummaryrefslogtreecommitdiffstats
path: root/src/db/DatabasePrint.hxx
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/db/DatabasePrint.hxx4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/db/DatabasePrint.hxx b/src/db/DatabasePrint.hxx
index da8fecece..c4c719ca0 100644
--- a/src/db/DatabasePrint.hxx
+++ b/src/db/DatabasePrint.hxx
@@ -22,6 +22,8 @@
#include "Compiler.h"
+#include <stdint.h>
+
class SongFilter;
struct DatabaseSelection;
class Client;
@@ -51,7 +53,7 @@ searchStatsForSongsIn(Client &client, const char *name,
Error &error);
bool
-listAllUniqueTags(Client &client, unsigned type,
+listAllUniqueTags(Client &client, unsigned type, uint32_t group_mask,
const SongFilter *filter,
Error &error);