diff options
author | Max Kellermann <max@musicpd.org> | 2018-07-25 11:18:45 +0200 |
---|---|---|
committer | Max Kellermann <max@musicpd.org> | 2018-07-25 11:18:45 +0200 |
commit | 0505cb8f7e2f96f2fc7c993d0673b54648d52582 (patch) | |
tree | 31e7394854a6b22dc68ce665c1ee44d01b07bdb2 /src/db/DatabasePrint.hxx | |
parent | 2cfccc1c34224cc96b6e595b875180e3a9730c43 (diff) |
db/Print: move code to PrintSongUris()
Diffstat (limited to 'src/db/DatabasePrint.hxx')
-rw-r--r-- | src/db/DatabasePrint.hxx | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/db/DatabasePrint.hxx b/src/db/DatabasePrint.hxx index 7026308b7..ab462de9e 100644 --- a/src/db/DatabasePrint.hxx +++ b/src/db/DatabasePrint.hxx @@ -50,6 +50,10 @@ db_selection_print(Response &r, Partition &partition, unsigned window_start, unsigned window_end); void +PrintSongUris(Response &r, Partition &partition, + const SongFilter *filter); + +void PrintUniqueTags(Response &r, Partition &partition, unsigned type, TagMask group_mask, const SongFilter *filter); |