]> git.ipfire.org Git - thirdparty/libvirt.git/commit
Move virStream 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:22:38 +0000 (17:22 +0100)
commit2805ddb29ae76e9de543c16f609157c80cfd040a
treefd0650496b5bae0da33247a1ed97667850257ff8
parent75ff42fe7c6b66520f30bcfd6cd728bc723078bf
Move virStream related APIs out of libvirt.h.in

Create a new libvirt-stream.h file to hold the public
API definitions for the virStream type. This header
file is not self-contained, so applications will not directly
include it. They will continue to #include <libvirt/libvirt.h>

Note the definition of virStreamPtr is not moved, since that
must be declared early for all other libvirt APIs to be able
to reference it.
docs/apibuild.py
include/libvirt/Makefile.am
include/libvirt/libvirt-stream.h [new file with mode: 0644]
include/libvirt/libvirt.h.in
libvirt.spec.in
mingw-libvirt.spec.in