• D
    Move virStream related APIs out of libvirt.h.in · 2805ddb2
    Daniel P. Berrange 提交于
    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.
    2805ddb2
libvirt.spec.in 91.9 KB