aboutsummaryrefslogtreecommitdiff
path: root/src/decoder/dsdlib.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/decoder/dsdlib.h')
-rw-r--r--src/decoder/dsdlib.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/decoder/dsdlib.h b/src/decoder/dsdlib.h
index d9675f5f..0912740c 100644
--- a/src/decoder/dsdlib.h
+++ b/src/decoder/dsdlib.h
@@ -39,4 +39,9 @@ bool
dsdlib_skip(struct decoder *decoder, struct input_stream *is,
goffset delta);
+void
+dsdlib_tag_id3(struct input_stream *is,
+ const struct tag_handler *handler,
+ void *handler_ctx, goffset tagoffset);
+
#endif