diff options
Diffstat (limited to 'src/tag.h')
-rw-r--r-- | src/tag.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -70,4 +70,4 @@ typedef struct tag_t { bool tag_read_header(tag_t *tag, stream_t *stream, bool named); bool tag_read_data(tag_t *tag, stream_t *stream); bool tag_read(tag_t *tag, stream_t *stream, bool named); - +void tag_print(const tag_t *tag); |