]> xenbits.xensource.com Git - libvirt.git/commit
Move virNetwork related APIs out of libvirt.h.in
authorDaniel P. Berrange <berrange@redhat.com>
Thu, 23 Oct 2014 10:28:16 +0000 (11:28 +0100)
committerDaniel P. Berrange <berrange@redhat.com>
Fri, 24 Oct 2014 16:20:52 +0000 (17:20 +0100)
commit5c9789d2d17614c627405e532b0c48d126b97965
tree603403a6d2efcdbe43515d4014ed527db3488008
parent84783d9d1cf8abbf0fc28c751bf1ff76e171efa1
Move virNetwork related APIs out of libvirt.h.in

Create a new libvirt-network.h file to hold the public
API definitions for the virNetwork type. This header
file is not self-contained, so applications will not directly
include it. They will continue to #include <libvirt/libvirt.h>
docs/apibuild.py
include/libvirt/Makefile.am
include/libvirt/libvirt-network.h [new file with mode: 0644]
include/libvirt/libvirt.h.in
libvirt.spec.in
mingw-libvirt.spec.in