aboutsummaryrefslogtreecommitdiffstats
path: root/src/tag_id3.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* const pointersMax Kellermann2008-09-021-1/+1
| | | | Yet another patch which converts pointer arguments to "const".
* tag: moved code to tag_id3.cMax Kellermann2008-09-021-0/+33
The ID3 code uses only the public tag API, but is otherwise unrelated. Move it to a separate source file.