diff options
author | Max Kellermann <max@duempel.org> | 2014-04-24 10:20:24 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2014-04-24 11:38:49 +0200 |
commit | ae178c77bdc47c954fd9a4b32ffc07fe6c4a8a49 (patch) | |
tree | fd96f595113e5044be4cf4b18f17c3a1fdbf3ff9 /src/db/DatabasePrint.hxx | |
parent | 22206512539aa9a888fdba68d60324c560389d5d (diff) |
DatabaseCommands: "list" allows grouping
Diffstat (limited to 'src/db/DatabasePrint.hxx')
-rw-r--r-- | src/db/DatabasePrint.hxx | 4 |
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); |