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/command.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 'src/command.c')
-rw-r--r-- | src/command.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/command.c b/src/command.c index faa68e8d0..3e03c50b9 100644 --- a/src/command.c +++ b/src/command.c @@ -36,6 +36,7 @@ #include "dbUtils.h" #include "tag.h" #include "client.h" +#include "tag_print.h" #include "os_compat.h" #define COMMAND_PLAY "play" |