aboutsummaryrefslogtreecommitdiffstats
path: root/src/cue/cue_tag.h
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2009-12-16 20:49:03 +0100
committerMax Kellermann <max@duempel.org>2009-12-16 20:49:03 +0100
commitb89281411f237c6644e666cb439bde68ea901a52 (patch)
treec68dc44bbc44ca82cca1237db5f0063ff42e5cee /src/cue/cue_tag.h
parent67c41033c189f1efccdc4e40a7916c2ad46e40a6 (diff)
downloadmpd-b89281411f237c6644e666cb439bde68ea901a52.tar.gz
mpd-b89281411f237c6644e666cb439bde68ea901a52.tar.xz
mpd-b89281411f237c6644e666cb439bde68ea901a52.zip
cue_tag: added function cue_tag()
Merge code from cue_tag_file() and cue_tag_string().
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 e5dc24fb9..1ddaa59c8 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);