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.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/skin_parser/skin_parser.h b/lib/skin_parser/skin_parser.h
index ec0f3b9bfc..95a22a6d53 100644
--- a/lib/skin_parser/skin_parser.h
+++ b/lib/skin_parser/skin_parser.h
@@ -122,7 +122,6 @@ struct skin_element
122struct skin_element* skin_parse(const char* document); 122struct skin_element* skin_parse(const char* document);
123 123
124/* Memory management functions */ 124/* Memory management functions */
125char *skin_alloc(size_t size);
126struct skin_element* skin_alloc_element(void); 125struct skin_element* skin_alloc_element(void);
127struct skin_element** skin_alloc_children(int count); 126struct skin_element** skin_alloc_children(int count);
128struct skin_tag_parameter* skin_alloc_params(int count); 127struct skin_tag_parameter* skin_alloc_params(int count);