From 8fd23d4249be748356e591e0dd70ea82f70dcec5 Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Sat, 31 Jan 2009 01:47:38 +0000 Subject: moved to new handling if ifconfig parameters (more windows friendly) --- src/tunDevice.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/tunDevice.h') diff --git a/src/tunDevice.h b/src/tunDevice.h index 85f6a35..c470b9c 100644 --- a/src/tunDevice.h +++ b/src/tunDevice.h @@ -43,7 +43,7 @@ class TunDevice { public: - TunDevice(std::string dev,std::string dev_type, std::string ifcfg_lp, std::string ifcfg_rnmp); + TunDevice(std::string dev,std::string dev_type, std::string ifcfg_addr, u_int16_t ifcfg_prefix); ~TunDevice(); int read(u_int8_t* buf, u_int32_t len); -- cgit v1.2.3