summaryrefslogtreecommitdiff
path: root/bindings/xml/xmlerror.h
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2007-11-04 01:06:53 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2007-11-04 01:06:53 +0000
commita7628ce11342eb44f318904e084d0fccac9592b4 (patch)
treec0f000206efc85cc728334c4ed96fb824c6f511a /bindings/xml/xmlerror.h
parente61cf676eedb342b52df17b904e4dd8efc58a2db (diff)
downloadlibdom-a7628ce11342eb44f318904e084d0fccac9592b4.tar.gz
libdom-a7628ce11342eb44f318904e084d0fccac9592b4.tar.bz2
Fix up bindings buildsystem to permit multiple bindings to be built -- quite why this wasn't done in the first place is currently beyond me.
Tidy up XML binding -- ensure all public API is prefixed dom_xml_ to avoid confusion, remove xml_alloc (it's pointless), and move xml_msg to <dom/functypes.h> (as dom_msg, as it's more useful there) Fix up testobject to compile once more svn path=/trunk/dom/; revision=3643
Diffstat (limited to 'bindings/xml/xmlerror.h')
-rw-r--r--bindings/xml/xmlerror.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/bindings/xml/xmlerror.h b/bindings/xml/xmlerror.h
index f407e45..f674182 100644
--- a/bindings/xml/xmlerror.h
+++ b/bindings/xml/xmlerror.h
@@ -14,6 +14,6 @@ typedef enum {
XML_NOMEM = 1,
XML_LIBXML_ERR = (1<<16),
-} xml_error;
+} dom_xml_error;
#endif