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.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/skin_parser/skin_debug.h b/lib/skin_parser/skin_debug.h
index 8fc061a9f9..fbff5cbb4c 100644
--- a/lib/skin_parser/skin_debug.h
+++ b/lib/skin_parser/skin_debug.h
@@ -31,8 +31,9 @@ extern "C"
31#include "skin_parser.h" 31#include "skin_parser.h"
32#ifndef ROCKBOX 32#ifndef ROCKBOX
33/* Debugging functions */ 33/* Debugging functions */
34void skin_error(enum skin_errorcode error); 34void skin_error(enum skin_errorcode error, char* cursor);
35int skin_error_line(void); 35int skin_error_line(void);
36int skin_error_col(void);
36char* skin_error_message(void); 37char* skin_error_message(void);
37void skin_clear_errors(void); 38void skin_clear_errors(void);
38void skin_debug_tree(struct skin_element* root); 39void skin_debug_tree(struct skin_element* root);