[libvirt] [PATCH 4/4] include: common: Fix function formatting

Peter Krempa pkrempa at redhat.com
Thu Apr 21 13:02:01 UTC 2016


On Thu, Apr 21, 2016 at 14:53:42 +0200, Peter Krempa wrote:
> ---
>  include/libvirt/libvirt-common.h.in | 168 ++++++++++++++++--------------------
>  1 file changed, 76 insertions(+), 92 deletions(-)
> 
> diff --git a/include/libvirt/libvirt-common.h.in b/include/libvirt/libvirt-common.h.in
> index 95cf023..7223c36 100644
> --- a/include/libvirt/libvirt-common.h.in
> +++ b/include/libvirt/libvirt-common.h.in
> @@ -203,106 +203,90 @@ struct _virTypedParameter {

[...]

> -int
> -virTypedParamsGetDouble (virTypedParameterPtr params,
> -                         int nparams,
> -                         const char *name,
> -                         double *value);
> -int
> -virTypedParamsGetBoolean(virTypedParameterPtr params,
> +virTypedParameterPtr virTypedParamsGet(virTypedParameterPtr params,
> +                                       int nparams,
> +                                       const char *name);\

Oops, that shouldn't be here. I'll fix it on my branch.

> +
> +int virTypedParamsGetInt(virTypedParameterPtr params,
>                           int nparams,
>                           const char *name,
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: Digital signature
URL: <http://listman.redhat.com/archives/libvir-list/attachments/20160421/e8150101/attachment-0001.sig>


More information about the libvir-list mailing list