summaryrefslogtreecommitdiff
blob: 879db83ed32df3a9c3a6b656862a6a25ff72d583 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
--- library/base/base/xml_util_functions.h.~1~	2011-03-11 00:03:28.000000000 +0100
+++ library/base/base/xml_util_functions.h	2011-03-14 18:57:34.571514279 +0100
@@ -20,10 +20,6 @@
 #ifndef _XML_UTIL_FUNCTIONS_H_
 #define _XML_UTIL_FUNCTIONS_H_
 
-#ifdef __cplusplus
-extern "C" {
-#endif
-
 #include "base/common.h"
 //#include "util.h"
 
@@ -31,6 +27,10 @@
 #include <libxml/tree.h>
 //#endif
 
+#ifdef __cplusplus
+extern "C" {
+#endif
+
 typedef char base_bool;
 
 BASELIBRARY_PUBLIC_FUNC xmlDocPtr base_xmlParseFile(const char *filename);