]> git.ipfire.org Git - thirdparty/libvirt.git/commit
Move virNWFilter 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:21:34 +0000 (17:21 +0100)
commit40741984fca8ffaf369ed3ee6c085fe754fad19a
treebab3d1d5198cad06e92949d60e264fcee931c522
parentfc964bfc277b469eb2e7ffeb4b088b4b7ab23630
Move virNWFilter related APIs out of libvirt.h.in

Create a new libvirt-nwfilter.h file to hold the public
API definitions for the virNWFilter 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-nwfilter.h [new file with mode: 0644]
include/libvirt/libvirt.h.in
libvirt.spec.in
mingw-libvirt.spec.in