mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-24 14:45:24 +00:00
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;
|
virXPathString;
|
||||||
virXMLPropString;
|
virXMLPropString;
|
||||||
virXPathStringLimit;
|
virXPathStringLimit;
|
||||||
|
virXPathBoolean;
|
||||||
|
virXPathNumber;
|
||||||
|
virXPathULong;
|
||||||
|
virXPathULongLong;
|
||||||
|
virXPathLongHex;
|
||||||
|
virXPathULongHex;
|
||||||
|
Loading…
Reference in New Issue
Block a user