Re: [libvirt] [PATCH 03/12] Move virInterface related APIs out of libvirt.h.in

2014-10-24 Thread Daniel P. Berrange
On Thu, Oct 23, 2014 at 10:11:37PM -0600, Eric Blake wrote: > On 10/23/2014 06:58 AM, Daniel P. Berrange wrote: > > Create a new libvirt-interface.h file to hold the public > > API definitions for the virInterface type. This header > > file is not self-contained, so applications will not directly >

Re: [libvirt] [PATCH 03/12] Move virInterface related APIs out of libvirt.h.in

2014-10-23 Thread Eric Blake
On 10/23/2014 06:58 AM, Daniel P. Berrange wrote: > Create a new libvirt-interface.h file to hold the public > API definitions for the virInterface type. This header > file is not self-contained, so applications will not directly > include it. They will contain to #include same typo... > --- >

[libvirt] [PATCH 03/12] Move virInterface related APIs out of libvirt.h.in

2014-10-23 Thread Daniel P. Berrange
Create a new libvirt-interface.h file to hold the public API definitions for the virInterface type. This header file is not self-contained, so applications will not directly include it. They will contain to #include --- docs/apibuild.py| 2 + include/libvirt/Makefile.am