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:
Jiri Denemark 2009-12-04 19:24:25 +01:00 committed by Matthias Bolte
parent 03fa46886a
commit e7ef4ed1d2

View File

@ -543,3 +543,9 @@ virXPathNodeSet;
virXPathString;
virXMLPropString;
virXPathStringLimit;
virXPathBoolean;
virXPathNumber;
virXPathULong;
virXPathULongLong;
virXPathLongHex;
virXPathULongHex;