From: Jiri Denemark Date: Fri, 4 Dec 2009 18:24:25 +0000 (+0100) Subject: Export all symbols from xml.h for internal use X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=e7ef4ed1d25ce753a39aa225bd1432d0735fb358;p=libvirt.git Export all symbols from xml.h for internal use Some of the very useful calls for XML parsing provided by util/xml.[ch] were not exported as private symbols. This patch fixes this. Signed-off-by: Jiri Denemark --- diff --git a/src/libvirt_private.syms b/src/libvirt_private.syms index edac3bc4ac..0e530636c8 100644 --- a/src/libvirt_private.syms +++ b/src/libvirt_private.syms @@ -543,3 +543,9 @@ virXPathNodeSet; virXPathString; virXMLPropString; virXPathStringLimit; +virXPathBoolean; +virXPathNumber; +virXPathULong; +virXPathULongLong; +virXPathLongHex; +virXPathULongHex;