diff options
author | Daniel P. Berrange <berrange@redhat.com> | 2014-10-23 11:28:16 +0100 |
---|---|---|
committer | Daniel P. Berrange <berrange@redhat.com> | 2014-10-24 17:21:34 +0100 |
commit | 40741984fca8ffaf369ed3ee6c085fe754fad19a (patch) | |
tree | bab3d1d5198cad06e92949d60e264fcee931c522 /docs/apibuild.py | |
parent | fc964bfc277b469eb2e7ffeb4b088b4b7ab23630 (diff) | |
download | libvirt-40741984fca8ffaf369ed3ee6c085fe754fad19a.tar.gz |
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>
Diffstat (limited to 'docs/apibuild.py')
-rwxr-xr-x | docs/apibuild.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/apibuild.py b/docs/apibuild.py index 0e0f0525ee..9a7cb72610 100755 --- a/docs/apibuild.py +++ b/docs/apibuild.py @@ -25,6 +25,7 @@ included_files = { "libvirt-domain-snapshot.h": "header with general libvirt API definitions", "libvirt-interface.h": "header with general libvirt API definitions", "libvirt-network.h": "header with general libvirt API definitions", + "libvirt-nwfilter.h": "header with general libvirt API definitions", "virterror.h": "header with error specific API definitions", "libvirt.c": "Main interfaces for the libvirt library", "libvirt-domain.c": "Domain interfaces for the libvirt library", |