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.
This commit is contained in:
Max Kellermann
2008-09-07 13:28:01 +02:00
parent f73319c048
commit 386c303121
8 changed files with 105 additions and 29 deletions

View File

@@ -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"