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.h10
1 files changed, 4 insertions, 6 deletions
diff --git a/src/cue/cue_tag.h b/src/cue/cue_tag.h
index 2a7738ea..0168b753 100644
--- a/src/cue/cue_tag.h
+++ b/src/cue/cue_tag.h
@@ -9,13 +9,11 @@
struct tag;
-struct tag*
-cue_tag_file( FILE*,
- const unsigned int);
+struct tag *
+cue_tag_file(FILE *file, unsigned tnum);
-struct tag*
-cue_tag_string( char*,
- const unsigned int);
+struct tag *
+cue_tag_string(char *str, unsigned tnum);
#endif /* libcue */
#endif