fix build with older libvirt missing virNWFilterBindingPtr
commitd68c14e069db7e2a2ef1de76aca734f918189513
authorDaniel P. Berrangé <berrange@redhat.com>
Mon, 9 Jul 2018 08:04:23 +0000 (9 09:04 +0100)
committerDaniel P. Berrangé <berrange@redhat.com>
Mon, 16 Jul 2018 14:26:53 +0000 (16 15:26 +0100)
treea162056475b95a21f0d4c8be3ccf80c8c7c97fe6
parent2efd1e9ab264639b35da4be5c405fba48c32fa7a
fix build with older libvirt missing virNWFilterBindingPtr

While we correctly disable all public API bindings that rely on
virNWFilterBindingPtr, the generator is still creating a helper function
that needs it - libvirt_virNWFilterBinding_pointer. Making this helper
conditional is a little hairy, so just provide a trivial typedef to keep
it happy.

Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
typewrappers.h