From 472b1e115012c92144c073efc6c284e72ff297bf Mon Sep 17 00:00:00 2001 From: Daniel Veillard Date: Mon, 24 Aug 2009 17:39:07 +0200 Subject: Regenerate symbols and API after previous patches * doc/symbols.xml: new global data xmlStructuredErrorContext * doc/checkapisym.xsl: slightly improve output * doc/* libxml2.syms win32/libxml2.def.src: regenerated the API --- libxml2.syms | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'libxml2.syms') diff --git a/libxml2.syms b/libxml2.syms index d106c3a5..95294771 100644 --- a/libxml2.syms +++ b/libxml2.syms @@ -2221,3 +2221,10 @@ LIBXML2_2.7.3 { xmlPreviousElementSibling; } LIBXML2_2.7.0; +LIBXML2_2.7.4 { + global: + +# globals + xmlStructuredErrorContext; # variable +} LIBXML2_2.7.3; + -- cgit v1.2.1