summaryrefslogtreecommitdiff
path: root/utils/themeeditor/skin_debug.h
diff options
context:
space:
mode:
Diffstat (limited to 'utils/themeeditor/skin_debug.h')
-rw-r--r--utils/themeeditor/skin_debug.h2
1 files changed, 2 insertions, 0 deletions
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"
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();
36char* skin_error_message();
35void skin_debug_tree(struct skin_element* root); 37void skin_debug_tree(struct skin_element* root);
36 38
37/* Auxiliary debug functions */ 39/* Auxiliary debug functions */