diff options
Diffstat (limited to 'src/ovpn')
-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); |