diff options
author | Christian Pointner <equinox@anytun.org> | 2008-12-29 08:36:28 +0000 |
---|---|---|
committer | Christian Pointner <equinox@anytun.org> | 2008-12-29 08:36:28 +0000 |
commit | 51a582902a87bbda3e52bf806184cb0950c93e2f (patch) | |
tree | d618da8b6ae0c9ccd3bc5c96239d6ef87db9ae01 /src/linux/tun.c | |
parent | fixed build for OpenBSD (no tun device yet) (diff) |
added bsd tun device
Diffstat (limited to 'src/linux/tun.c')
-rw-r--r-- | src/linux/tun.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 } |