]> git.ipfire.org Git - thirdparty/libvirt.git/commit
Allow nwfilter functions to be compiled with C++
authorChris Lalancette <clalance@redhat.com>
Mon, 24 May 2010 15:55:55 +0000 (11:55 -0400)
committerChris Lalancette <clalance@redhat.com>
Tue, 25 May 2010 13:29:33 +0000 (09:29 -0400)
commit60d05f7321bf1953e0e803ae16a371e162476e6f
tree8a1fe63f482ae10f4c3bac189bf5584e07360659
parentf36eb6935d0f564f606e9b9e2b7a4db8bf92e778
Allow nwfilter functions to be compiled with C++

Unfortunately the NWFilter functions were outside of the
"extern C { ... }" declaration in include/libvirt/libvirt.h.in,
which means that they couldn't be properly used with C++.  Move
them inside of the braces, which should fix the problem.

Signed-off-by: Chris Lalancette <clalance@redhat.com>
include/libvirt/libvirt.h.in