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 9e872f1bda..9a80d538c5 100644
--- a/asxparser.h
+++ b/asxparser.h
@@ -37,7 +37,7 @@ char*
asx_get_attrib(char* attrib,char** attribs);
int
-asx_attrib_to_enum(char* val,char** valid_vals);
+asx_attrib_to_enum(const char* val,char** valid_vals);
#define asx_free_attribs(a) asx_list_free((void***)&a,free)