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/tun.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/tun.h') diff --git a/src/tun.h b/src/tun.h index f967054..5f30aab 100644 --- a/src/tun.h +++ b/src/tun.h @@ -52,7 +52,7 @@ struct tun_device_struct { typedef struct tun_device_struct tun_device_t; void tun_init(tun_device_t** dev, const char* dev_name, const char* dev_type, const char* ifcfg_lp, const char* ifcfg_rnmp); -void tun_init_post(tun_device_t* dev); +int tun_init_post(tun_device_t* dev); void tun_do_ifconfig(tun_device_t* dev); void tun_close(tun_device_t** dev); -- cgit v1.2.3