db/Print: move code to PrintSongUris()

This commit is contained in:
Max Kellermann
2018-07-25 11:18:45 +02:00
parent 2cfccc1c34
commit 0505cb8f7e
3 changed files with 30 additions and 16 deletions

View File

@@ -49,6 +49,10 @@ db_selection_print(Response &r, Partition &partition,
TagType sort, bool descending,
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,