Fix return value type of vde_send().
authorGuus Sliepen <guus@tinc-vpn.org>
Sun, 25 Mar 2012 13:00:21 +0000 (14:00 +0100)
committerGuus Sliepen <guus@tinc-vpn.org>
Sun, 25 Mar 2012 13:00:21 +0000 (14:00 +0100)
commitcfe6558d4ba4f572311aeafd62737f6f2692ad86
tree4c8fab4de047895ded9ee8874518839ea2a357f8
parent95968c67f9df9102ddbce5b7c8d34107989ad51a
Fix return value type of vde_send().

The libvdeplug_dyn.h header file incorrectly declares the return type of
vde_send() to size_t, while in reality it is ssize_t.
src/vde_device.c