diff options
Diffstat (limited to 'src/tag.h')
-rw-r--r-- | src/tag.h | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -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); |