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 <[email protected]> --- src/libvirt_private.syms | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/src/libvirt_private.syms b/src/libvirt_private.syms index edac3bc..0e53063 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; -- 1.6.5.4 -- Libvir-list mailing list [email protected] https://www.redhat.com/mailman/listinfo/libvir-list
