mirror of https://gitee.com/openkylin/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 <jdenemar@redhat.com>
This commit is contained in:
parent
03fa46886a
commit
e7ef4ed1d2
|
@ -543,3 +543,9 @@ virXPathNodeSet;
|
|||
virXPathString;
|
||||
virXMLPropString;
|
||||
virXPathStringLimit;
|
||||
virXPathBoolean;
|
||||
virXPathNumber;
|
||||
virXPathULong;
|
||||
virXPathULongLong;
|
||||
virXPathLongHex;
|
||||
virXPathULongHex;
|
||||
|
|
Loading…
Reference in New Issue