tag: moved APE code to tag_ape.c

This commit is contained in:
Max Kellermann
2009-02-28 16:44:41 +01:00
parent cabbf7ab4a
commit 4a2b315ab6
6 changed files with 179 additions and 122 deletions

View File

@@ -61,8 +61,6 @@ struct tag {
unsigned num_items;
};
struct tag *tag_ape_load(const char *file);
struct tag *tag_new(void);
void tag_lib_init(void);