From 386c303121a8c53f11cc91c59bbe87f93a503b31 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Sun, 7 Sep 2008 13:28:01 +0200 Subject: 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. --- src/tag.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/tag.h') 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); -- cgit v1.2.3