summaryrefslogtreecommitdiff
path: root/lib/skin_parser/skin_debug.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/skin_parser/skin_debug.h')
-rw-r--r--lib/skin_parser/skin_debug.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/skin_parser/skin_debug.h b/lib/skin_parser/skin_debug.h
index a550dc4c7b..1c096ce952 100644
--- a/lib/skin_parser/skin_debug.h
+++ b/lib/skin_parser/skin_debug.h
@@ -32,14 +32,14 @@ extern "C"
32 32
33/* Debugging functions */ 33/* Debugging functions */
34void skin_error(enum skin_errorcode error); 34void skin_error(enum skin_errorcode error);
35int skin_error_line(); 35int skin_error_line(void);
36char* skin_error_message(); 36char* skin_error_message(void);
37void skin_clear_errors(); 37void skin_clear_errors(void);
38void skin_debug_tree(struct skin_element* root); 38void skin_debug_tree(struct skin_element* root);
39 39
40/* Auxiliary debug functions */ 40/* Auxiliary debug functions */
41void skin_debug_params(int count, struct skin_tag_parameter params[]); 41void skin_debug_params(int count, struct skin_tag_parameter params[]);
42void skin_debug_indent(); 42void skin_debug_indent(void);
43 43
44#ifdef __cplusplus 44#ifdef __cplusplus
45} 45}