aboutsummaryrefslogtreecommitdiffstats
path: root/src/tag_print.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* tag: convert ignore_tag_items to a bool arrayMax Kellermann2009-03-011-1/+1
|
* tag: no CamelCaseMax Kellermann2009-03-011-1/+1
| | | | Renamed functions and variables.
* tag: no CamelCaseMax Kellermann2009-02-271-5/+3
| | | | Renamed numOfItems to num_items.
* 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.