Re: [libvirt] [libvirt-php PATCH v2 02/11] Split up the bindings for libvirt connection API

2017-08-28 Thread Michal Privoznik
On 08/03/2017 08:35 PM, Dawid Zamirski wrote: > * add libvirt-connection.h and libvirt-connection.c > * move all libvirt_connect_* function declarations and definitions to > above files > * other minor adjusments to libvirt-php.h and util.h to keep the code > compilable while the code is being

[libvirt] [libvirt-php PATCH v2 02/11] Split up the bindings for libvirt connection API

2017-08-03 Thread Dawid Zamirski
* add libvirt-connection.h and libvirt-connection.c * move all libvirt_connect_* function declarations and definitions to above files * other minor adjusments to libvirt-php.h and util.h to keep the code compilable while the code is being moved around. --- src/Makefile.am | 3 +-