From e718b2c47831bf89633128618515761775beda5d Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Thu, 8 May 2008 22:13:18 +0000 Subject: first working version of linux tun device --- src/ovpn/tunDevice.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/ovpn/tunDevice.h') diff --git a/src/ovpn/tunDevice.h b/src/ovpn/tunDevice.h index af08132..56b06fd 100644 --- a/src/ovpn/tunDevice.h +++ b/src/ovpn/tunDevice.h @@ -44,10 +44,6 @@ public: TunDevice(const char* dev,const char* dev_type, const char* ifcfg_lp, const char* ifcfg_rnmp); ~TunDevice(); - void open(); - void close(); - bool isOpen(); - short read(u_int8_t* buf, u_int32_t len); int write(u_int8_t* buf, u_int32_t len); -- cgit v1.2.3