From f91434cc7b4204ca47c86090928cdd454dd52606 Mon Sep 17 00:00:00 2001 From: Thomas Jarosch Date: Mon, 5 Jan 2015 19:09:33 +0100 Subject: Fix yellow Change-Id: I8685198c208b5324b09b5ad59f7379502e9ed977 --- lib/skin_parser/skin_parser.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'lib/skin_parser/skin_parser.c') diff --git a/lib/skin_parser/skin_parser.c b/lib/skin_parser/skin_parser.c index b5ad023d0a..e47054b06a 100644 --- a/lib/skin_parser/skin_parser.c +++ b/lib/skin_parser/skin_parser.c @@ -43,6 +43,10 @@ static void* callback_data; #endif /* Auxiliary parsing functions (not visible at global scope) */ +static struct skin_element* skin_alloc_element(void); +static OFFSETTYPE(struct skin_element*)* skin_alloc_children(int count); +static struct skin_tag_parameter* skin_alloc_params(int count); + static struct skin_element* skin_parse_viewport(const char** document); static struct skin_element* skin_parse_line(const char** document); static struct skin_element* skin_parse_line_optional(const char** document, -- cgit v1.2.3