summaryrefslogtreecommitdiffstats
path: root/asxparser.h
diff options
context:
space:
mode:
Diffstat (limited to 'asxparser.h')
-rw-r--r--asxparser.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/asxparser.h b/asxparser.h
index 9a80d538c5..8d3c87bcfd 100644
--- a/asxparser.h
+++ b/asxparser.h
@@ -34,7 +34,7 @@ asx_parse_attribs(ASX_Parser_t* parser,char* buffer,char*** _attribs);
/////// Attribs utils
char*
-asx_get_attrib(char* attrib,char** attribs);
+asx_get_attrib(const char* attrib,char** attribs);
int
asx_attrib_to_enum(const char* val,char** valid_vals);