From e7ef4ed1d25ce753a39aa225bd1432d0735fb358 Mon Sep 17 00:00:00 2001 From: Jiri Denemark Date: Fri, 4 Dec 2009 19:24:25 +0100 Subject: [PATCH] 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 --- src/libvirt_private.syms | 6 ++++++ 1 file changed, 6 insertions(+) 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; -- GitLab