[libvirt] [PATCH] Export all symbols from xml.h for internal use

Matthias Bolte matthias.bolte at googlemail.com
Fri Dec 4 23:49:24 UTC 2009


2009/12/4 Jiri Denemark <jdenemar at redhat.com>:
> 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 at redhat.com>
> ---
>  src/libvirt_private.syms |    6 ++++++
>  1 files changed, 6 insertions(+), 0 deletions(-)
>
> diff --git a/src/libvirt_private.syms b/src/libvirt_private.syms
> index edac3bc..0e53063 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;
> --
> 1.6.5.4
>

ACK, applied and pushed.

Matthias




More information about the libvir-list mailing list