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

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

[libvirt] [PATCH 11/12] Move virConnect related APIs out of libvirt.h.in

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