summaryrefslogtreecommitdiff
path: root/utils/themeeditor/skin_debug.h
diff options
context:
space:
mode:
authorRobert Bieber <robby@bieberphoto.com>2010-05-31 17:39:58 +0000
committerRobert Bieber <robby@bieberphoto.com>2010-05-31 17:39:58 +0000
commitc5e14b5835114faae78997f7e0b14c19966b187d (patch)
treed357c33852df636581f22153336c35d43d623e40 /utils/themeeditor/skin_debug.h
parent0ea79053951e64b659cb3b3d82eaed1c65bd43ea (diff)
Theme Editor: Added extern C declarations to header files
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26433 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'utils/themeeditor/skin_debug.h')
-rw-r--r--utils/themeeditor/skin_debug.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/utils/themeeditor/skin_debug.h b/utils/themeeditor/skin_debug.h
index c100eb1d2e..6b2a1bd1f5 100644
--- a/utils/themeeditor/skin_debug.h
+++ b/utils/themeeditor/skin_debug.h
@@ -23,6 +23,11 @@
#ifndef SKIN_DEBUG_H
#define SKIN_DEBUG_H
+#ifdef __cplusplus
+extern "C"
+{
+#endif
+
#include "skin_parser.h"
/* Debugging functions */
@@ -33,4 +38,8 @@ void skin_debug_tree(struct skin_element* root);
void skin_debug_params(int count, struct skin_tag_parameter params[]);
void skin_debug_indent();
+#ifdef __cplusplus
+}
+#endif
+
#endif // SKIN_DEBUG_H