summaryrefslogtreecommitdiff
path: root/lib/skin_parser/skin_parser.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/skin_parser/skin_parser.h')
-rw-r--r--lib/skin_parser/skin_parser.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/skin_parser/skin_parser.h b/lib/skin_parser/skin_parser.h
index 1fc4a7ae6b..ec0f3b9bfc 100644
--- a/lib/skin_parser/skin_parser.h
+++ b/lib/skin_parser/skin_parser.h
@@ -123,7 +123,7 @@ struct skin_element* skin_parse(const char* document);
123 123
124/* Memory management functions */ 124/* Memory management functions */
125char *skin_alloc(size_t size); 125char *skin_alloc(size_t size);
126struct skin_element* skin_alloc_element(); 126struct skin_element* skin_alloc_element(void);
127struct skin_element** skin_alloc_children(int count); 127struct skin_element** skin_alloc_children(int count);
128struct skin_tag_parameter* skin_alloc_params(int count); 128struct skin_tag_parameter* skin_alloc_params(int count);
129char* skin_alloc_string(int length); 129char* skin_alloc_string(int length);