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

/* Finalise the XML DOM binding */
xml_error xml_dom_binding_finalise(void);

#endif