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)
The libvdeplug_dyn.h header file incorrectly declares the return type of
vde_send() to size_t, while in reality it is ssize_t.


No differences found