diff options
author | Othmar Gsenger <otti@anytun.org> | 2007-09-04 17:21:25 +0000 |
---|---|---|
committer | Othmar Gsenger <otti@anytun.org> | 2007-09-04 17:21:25 +0000 |
commit | e1199f77266b0198457f08f58769795cff3eb2b9 (patch) | |
tree | c2cc64f92ba0cddc958b5d0310583080914504a0 /tunDevice.h | |
parent | command line help s/\/|/ (diff) |
added parameter type
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(); |