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