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.h19
1 files changed, 0 insertions, 19 deletions
diff --git a/bindings/xml/xmlbinding.h b/bindings/xml/xmlbinding.h
deleted file mode 100644
index 1a8c207..0000000
--- a/bindings/xml/xmlbinding.h
+++ /dev/null
@@ -1,19 +0,0 @@
-/*
- * 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"
-
-/* Initialise the XML DOM binding */
-dom_xml_error dom_xml_binding_initialise(dom_alloc alloc, void *pw);
-
-/* Finalise the XML DOM binding */
-dom_xml_error dom_xml_binding_finalise(void);
-
-#endif