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.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/skin_parser/skin_parser.h b/lib/skin_parser/skin_parser.h
index c53896ca30..c59072594f 100644
--- a/lib/skin_parser/skin_parser.h
+++ b/lib/skin_parser/skin_parser.h
@@ -160,9 +160,9 @@ struct skin_element* skin_parse(const char* document,
160struct skin_element* skin_parse(const char* document); 160struct skin_element* skin_parse(const char* document);
161#endif 161#endif
162/* Memory management functions */ 162/* Memory management functions */
163struct skin_element* skin_alloc_element(void); 163static struct skin_element* skin_alloc_element(void);
164OFFSETTYPE(struct skin_element*)* skin_alloc_children(int count); 164static OFFSETTYPE(struct skin_element*)* skin_alloc_children(int count);
165struct skin_tag_parameter* skin_alloc_params(int count); 165static struct skin_tag_parameter* skin_alloc_params(int count);
166char* skin_alloc_string(int length); 166char* skin_alloc_string(int length);
167 167
168void skin_free_tree(struct skin_element* root); 168void skin_free_tree(struct skin_element* root);