]> xenbits.xensource.com Git - libvirt.git/commitdiff
Export all symbols from xml.h for internal use
authorJiri Denemark <jdenemar@redhat.com>
Fri, 4 Dec 2009 18:24:25 +0000 (19:24 +0100)
committerMatthias Bolte <matthias.bolte@googlemail.com>
Fri, 4 Dec 2009 20:52:08 +0000 (21:52 +0100)
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 <jdenemar@redhat.com>
src/libvirt_private.syms

index edac3bc4ac479fe65377a937f23b339291d299d7..0e530636c8c1a59f5d094b2ad7fb0d4de480c8f8 100644 (file)
@@ -543,3 +543,9 @@ virXPathNodeSet;
 virXPathString;
 virXMLPropString;
 virXPathStringLimit;
+virXPathBoolean;
+virXPathNumber;
+virXPathULong;
+virXPathULongLong;
+virXPathLongHex;
+virXPathULongHex;