aboutsummaryrefslogtreecommitdiff
path: root/src/tag.h
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2008-09-07 13:28:01 +0200
committerMax Kellermann <max@duempel.org>2008-09-07 13:28:01 +0200
commit386c303121a8c53f11cc91c59bbe87f93a503b31 (patch)
treeb239f006ebfbd1f08942109eb2ad2265895a4634 /src/tag.h
parentf73319c0489e08e1277b80107729ac1f2ea8e7fd (diff)
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/tag.h')
-rw-r--r--src/tag.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/tag.h b/src/tag.h
index 72d570ac..a6cb4a78 100644
--- a/src/tag.h
+++ b/src/tag.h
@@ -84,10 +84,6 @@ static inline void tag_add_item(struct tag *tag, enum tag_type itemType,
tag_add_item_n(tag, itemType, value, strlen(value));
}
-void tag_print_types(int fd);
-
-void tag_print(int fd, const struct tag *tag);
-
struct tag *tag_dup(const struct tag *tag);
int tag_equal(const struct tag *tag1, const struct tag *tag2);