aboutsummaryrefslogtreecommitdiff
path: root/src/cue/cue_tag.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/cue/cue_tag.h')
-rw-r--r--src/cue/cue_tag.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/cue/cue_tag.h b/src/cue/cue_tag.h
index e5dc24fb..1ddaa59c 100644
--- a/src/cue/cue_tag.h
+++ b/src/cue/cue_tag.h
@@ -8,6 +8,10 @@
#include <stdio.h>
struct tag;
+struct Cd;
+
+struct tag *
+cue_tag(struct Cd *cd, unsigned tnum);
struct tag *
cue_tag_file(FILE *file, unsigned tnum);