diff options
author | Christian Pointner <equinox@anytun.org> | 2008-05-08 22:13:18 +0000 |
---|---|---|
committer | Christian Pointner <equinox@anytun.org> | 2008-05-08 22:13:18 +0000 |
commit | e718b2c47831bf89633128618515761775beda5d (patch) | |
tree | f67ed66843cfc56753786f2f5487dbabdb638f01 /src/ovpn/tunDevice.h | |
parent | added own tun device implementation for linux (diff) |
first working version of linux tun device
Diffstat (limited to 'src/ovpn/tunDevice.h')
-rw-r--r-- | src/ovpn/tunDevice.h | 4 |
1 files changed, 0 insertions, 4 deletions
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); |