Re: [libvirt] [PATCH 1/1] includes: function parameter names same in headers

2018-02-13 Thread Daniel P . Berrangé
On Mon, Feb 12, 2018 at 06:35:45PM +, Daniel P. Berrangé wrote: > On Mon, Feb 12, 2018 at 12:20:55PM -0600, Chris Venteicher wrote: > > Headers use same function parameter names as definition code. > > --- > > include/libvirt/libvirt-domain.h| 26 +- > >

Re: [libvirt] [PATCH 1/1] includes: function parameter names same in headers

2018-02-12 Thread Daniel P . Berrangé
On Mon, Feb 12, 2018 at 12:20:55PM -0600, Chris Venteicher wrote: > Headers use same function parameter names as definition code. > --- > include/libvirt/libvirt-domain.h| 26 +- > include/libvirt/libvirt-event.h | 4 ++-- > include/libvirt/libvirt-host.h |

[libvirt] [PATCH 1/1] includes: function parameter names same in headers

2018-02-12 Thread Chris Venteicher
Headers use same function parameter names as definition code. --- include/libvirt/libvirt-domain.h| 26 +- include/libvirt/libvirt-event.h | 4 ++-- include/libvirt/libvirt-host.h | 4 ++-- include/libvirt/libvirt-interface.h | 4 ++--