From 0e44ce9bedbea1244ef971b48f38a9c48eecf0f5 Mon Sep 17 00:00:00 2001 From: Robert Bieber Date: Mon, 7 Jun 2010 20:29:46 +0000 Subject: Theme Editor: Changed anged error reporting method in parser, added error messages to status bar in editor git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26672 a1c6a512-1295-4272-9138-f99709370657 --- utils/themeeditor/skin_debug.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'utils/themeeditor/skin_debug.h') diff --git a/utils/themeeditor/skin_debug.h b/utils/themeeditor/skin_debug.h index 6b2a1bd1f5..24c66e6671 100644 --- a/utils/themeeditor/skin_debug.h +++ b/utils/themeeditor/skin_debug.h @@ -32,6 +32,8 @@ extern "C" /* Debugging functions */ void skin_error(enum skin_errorcode error); +int skin_error_line(); +char* skin_error_message(); void skin_debug_tree(struct skin_element* root); /* Auxiliary debug functions */ -- cgit v1.2.3