diff options
Diffstat (limited to 'tunDevice.h')
-rw-r--r-- | tunDevice.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tunDevice.h b/tunDevice.h index 8d6e9bd..8be2050 100644 --- a/tunDevice.h +++ b/tunDevice.h @@ -41,7 +41,7 @@ public: static const u_int32_t TYPE_TUN = 1; static const u_int32_t TYPE_TAP = 2; - TunDevice(const char* dev, const char* ifcfg_lp, const char* ifcfg_rnmp); + TunDevice(const char* dev,const char* dev_type, const char* ifcfg_lp, const char* ifcfg_rnmp); ~TunDevice(); void open(); |