summaryrefslogtreecommitdiff
path: root/utils/themeeditor/skin_debug.h
diff options
context:
space:
mode:
authorRobert Bieber <robby@bieberphoto.com>2010-06-07 21:09:13 +0000
committerRobert Bieber <robby@bieberphoto.com>2010-06-07 21:09:13 +0000
commit594d734143a8a9df49dcec3f80a8588fa3fdb836 (patch)
tree7b05baf051f68fea47e1c50103835dcf163234e0 /utils/themeeditor/skin_debug.h
parent0e44ce9bedbea1244ef971b48f38a9c48eecf0f5 (diff)
downloadrockbox-594d734143a8a9df49dcec3f80a8588fa3fdb836.zip
rockbox-594d734143a8a9df49dcec3f80a8588fa3fdb836.tar.gz
rockbox-594d734143a8a9df49dcec3f80a8588fa3fdb836.tar.bz2
rockbox-594d734143a8a9df49dcec3f80a8588fa3fdb836.tar.xz
Theme Editor: Added a clear erros function to the parser
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26673 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'utils/themeeditor/skin_debug.h')
-rw-r--r--utils/themeeditor/skin_debug.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/utils/themeeditor/skin_debug.h b/utils/themeeditor/skin_debug.h
index 24c66e6..a550dc4 100644
--- a/utils/themeeditor/skin_debug.h
+++ b/utils/themeeditor/skin_debug.h
@@ -34,6 +34,7 @@ extern "C"
void skin_error(enum skin_errorcode error);
int skin_error_line();
char* skin_error_message();
+void skin_clear_errors();
void skin_debug_tree(struct skin_element* root);
/* Auxiliary debug functions */