From dd056636dd2cd8c83822ebecfc2448cf8b4b713c Mon Sep 17 00:00:00 2001 From: Erwin Nindl Date: Wed, 7 Nov 2007 19:08:25 +0000 Subject: * TunDevice: changed 'char* getTypeString()' to 'const char* getTypeString()' to fix warning: deprecated conversion from string constant to ‘char*’ * removed libsrtp, use libgcrypt instead now * added buffer funcitons MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit TODO: * fix IV issues * add authentification --- tunDevice.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tunDevice.h') diff --git a/tunDevice.h b/tunDevice.h index 8be2050..7e4493c 100644 --- a/tunDevice.h +++ b/tunDevice.h @@ -53,7 +53,7 @@ public: char* getActualName(); u_int32_t getType(); - char* getTypeString(); + const char* getTypeString(); private: void operator=(const TunDevice &src); -- cgit v1.2.3