summaryrefslogtreecommitdiff
path: root/bindings/xml/xmlbinding.h
blob: 1a8c207580807e90697659e0a5f7bd37da6dff55 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
/*
 * 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