From 51a582902a87bbda3e52bf806184cb0950c93e2f Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Mon, 29 Dec 2008 08:36:28 +0000 Subject: added bsd tun device --- src/linux/tun.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/linux') diff --git a/src/linux/tun.c b/src/linux/tun.c index b24f48b..da623ae 100644 --- a/src/linux/tun.c +++ b/src/linux/tun.c @@ -115,7 +115,7 @@ void tun_init(tun_device_t** dev, const char* dev_name, const char* dev_type, co tun_do_ifconfig(*dev); } -void tun_init_post(tun_device_t* dev) +int tun_init_post(tun_device_t* dev) { // nothing yet } -- cgit v1.2.3