aboutsummaryrefslogtreecommitdiffstats
path: root/src/db/Helpers.hxx
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2014-04-24 10:20:24 +0200
committerMax Kellermann <max@duempel.org>2014-04-24 11:38:49 +0200
commitae178c77bdc47c954fd9a4b32ffc07fe6c4a8a49 (patch)
treefd96f595113e5044be4cf4b18f17c3a1fdbf3ff9 /src/db/Helpers.hxx
parent22206512539aa9a888fdba68d60324c560389d5d (diff)
downloadmpd-ae178c77bdc47c954fd9a4b32ffc07fe6c4a8a49.tar.gz
mpd-ae178c77bdc47c954fd9a4b32ffc07fe6c4a8a49.tar.xz
mpd-ae178c77bdc47c954fd9a4b32ffc07fe6c4a8a49.zip
DatabaseCommands: "list" allows grouping
Diffstat (limited to 'src/db/Helpers.hxx')
-rw-r--r--src/db/Helpers.hxx6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/db/Helpers.hxx b/src/db/Helpers.hxx
index 24db260c0..b9a7af4cf 100644
--- a/src/db/Helpers.hxx
+++ b/src/db/Helpers.hxx
@@ -23,6 +23,8 @@
#include "Visitor.hxx"
#include "tag/TagType.h"
+#include <stdint.h>
+
class Error;
class Database;
struct DatabaseSelection;
@@ -30,8 +32,8 @@ struct DatabaseStats;
bool
VisitUniqueTags(const Database &db, const DatabaseSelection &selection,
- TagType tag_type,
- VisitString visit_string,
+ TagType tag_type, uint32_t group_mask,
+ VisitTag visit_tag,
Error &error);
bool