aboutsummaryrefslogtreecommitdiffstats
path: root/src/tag_print.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* pass "struct client" to dbUtils.c, song.c, tag_print.cMax Kellermann2008-09-071-7/+9
| | | | | | Don't pass the raw file descriptor around. This migration patch is rather large, because all of the sources have inter dependencies - we have to change all of them at the same time.
* tag: moved code to tag_print.cMax Kellermann2008-09-071-0/+46
Move everything which dumps a tag to a file descriptor to tag_print.c. This relaxes dependencies and splits the code into smaller parts.