summaryrefslogtreecommitdiffstats
path: root/lib/skin_parser/tag_table.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/skin_parser/tag_table.h')
-rw-r--r--lib/skin_parser/tag_table.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/skin_parser/tag_table.h b/lib/skin_parser/tag_table.h
index dde1487d13..0266c2f6b5 100644
--- a/lib/skin_parser/tag_table.h
+++ b/lib/skin_parser/tag_table.h
@@ -303,7 +303,7 @@ struct tag_info
* Finds a tag by name and returns its parameter list, or an empty
* string if the tag is not found in the table
*/
-struct tag_info* find_tag(char* name);
+const struct tag_info* find_tag(const char* name);
/*
* Determines whether a character is legal to escape or not. If