aboutsummaryrefslogtreecommitdiffstats
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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cue/cue_tag.h b/src/cue/cue_tag.h
index 0168b7537..e5dc24fb9 100644
--- a/src/cue/cue_tag.h
+++ b/src/cue/cue_tag.h
@@ -13,7 +13,7 @@ struct tag *
cue_tag_file(FILE *file, unsigned tnum);
struct tag *
-cue_tag_string(char *str, unsigned tnum);
+cue_tag_string(const char *str, unsigned tnum);
#endif /* libcue */
#endif