diff options
author | Max Kellermann <max@duempel.org> | 2008-09-07 13:28:01 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2008-09-07 13:28:01 +0200 |
commit | 386c303121a8c53f11cc91c59bbe87f93a503b31 (patch) | |
tree | b239f006ebfbd1f08942109eb2ad2265895a4634 /src/song.c | |
parent | f73319c0489e08e1277b80107729ac1f2ea8e7fd (diff) | |
download | mpd-386c303121a8c53f11cc91c59bbe87f93a503b31.tar.gz mpd-386c303121a8c53f11cc91c59bbe87f93a503b31.tar.xz mpd-386c303121a8c53f11cc91c59bbe87f93a503b31.zip |
tag: moved code to tag_print.c
Move everything which dumps a tag to a file descriptor to tag_print.c.
This relaxes dependencies and splits the code into smaller parts.
Diffstat (limited to '')
-rw-r--r-- | src/song.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/song.c b/src/song.c index 067ce440a..c6ef97b53 100644 --- a/src/song.c +++ b/src/song.c @@ -27,6 +27,7 @@ #include "decoder_list.h" #include "decoder_api.h" #include "myfprintf.h" +#include "tag_print.h" #define SONG_KEY "key: " #define SONG_MTIME "mtime: " |