summaryrefslogtreecommitdiff
path: root/bindings/xml/xmlbinding.h
diff options
context:
space:
mode:
Diffstat (limited to 'bindings/xml/xmlbinding.h')
-rw-r--r--bindings/xml/xmlbinding.h17
1 files changed, 17 insertions, 0 deletions
diff --git a/bindings/xml/xmlbinding.h b/bindings/xml/xmlbinding.h
new file mode 100644
index 0000000..b7f9002
--- /dev/null
+++ b/bindings/xml/xmlbinding.h
@@ -0,0 +1,17 @@
+/*
+ * This file is part of libdom.
+ * Licensed under the MIT License,
+ * http://www.opensource.org/licenses/mit-license.php
+ * Copyright 2007 John-Mark Bell <jmb@netsurf-browser.org>
+ */
+
+#ifndef xml_xmlbinding_h_
+#define xml_xmlbinding_h_
+
+#include "xmlerror.h"
+#include "functypes.h"
+
+/* Initialise the XML DOM binding */
+xml_error xml_dom_binding_initialise(xml_alloc alloc, void *pw);
+
+#endif