xml/libxml2libs/inc/libxml2_nonexport/libxml2_xmlio_private.h
changeset 0 e35f40988205
child 20 889504eac4fb
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/xml/libxml2libs/inc/libxml2_nonexport/libxml2_xmlio_private.h	Thu Dec 17 09:29:21 2009 +0200
@@ -0,0 +1,40 @@
+/*
+ * Summary: valid private header
+ * Description: internal interface for the I/O interfaces used by the parser
+ *
+ * Copy: See Copyright for the status of this software.
+ *
+ * Author: Daniel Veillard
+ * Portion Copyright © 2009 Nokia Corporation and/or its subsidiary(-ies). All rights reserved. 
+ */
+
+/**
+ @file
+ @internalTechnology
+ @released
+*/
+
+#ifndef LIBXML2_TREE_PRIVATE_H
+#define LIBXML2_TREE_PRIVATE_H
+
+#include <libxml2_xmlio.h>
+
+#ifdef __cplusplus
+extern "C" {
+#endif
+
+/* Internal to Libxml2 dll functions - start */
+
+void* XMLCALL xmlFileOpen_real(const char *filename);
+
+#ifdef LIBXML_OUTPUT_ENABLED
+int XMLCALL    xmlFileWrite    (void * context, const char * buffer, int len);
+#endif /* LIBXML_OUTPUT_ENABLED */
+
+/* Internal to Libxml2 dll functions - end */
+
+#ifdef __cplusplus
+}
+#endif
+
+#endif /*LIBXML2_TREE_PRIVATE_H*/