summaryrefslogtreecommitdiff
path: root/src/tag.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/tag.h')
-rw-r--r--src/tag.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tag.h b/src/tag.h
index 7fd0b4e..93eff64 100644
--- a/src/tag.h
+++ b/src/tag.h
@@ -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);