]> git.saurik.com Git - wxWidgets.git/blobdiff - src/expat/tests/chardata.h
Turkish translations update from Çağrı Doğan.
[wxWidgets.git] / src / expat / tests / chardata.h
index 0f33c0dac3f0e83d74acc92dde41e87b03fd8d2e..e8dc4ce22c42a8e994c9265c1bc412dbabde6885 100644 (file)
@@ -4,6 +4,10 @@
    and attribute content.
 */
 
+#ifdef __cplusplus
+extern "C" {
+#endif
+
 #ifndef XML_CHARDATA_H
 #define XML_CHARDATA_H 1
 
@@ -30,3 +34,7 @@ int CharData_CheckXMLChars(CharData *storage, const XML_Char *s);
 
 
 #endif  /* XML_CHARDATA_H */
+
+#ifdef __cplusplus
+}
+#endif