From d85e7ec311b4d5e15f2a5eea42fc2da2fd8e7a0a Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Sat, 27 Dec 2008 17:40:03 +0000 Subject: added datatypes.h --- src/tun.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/tun.h') diff --git a/src/tun.h b/src/tun.h index 5b42f61..f967054 100644 --- a/src/tun.h +++ b/src/tun.h @@ -37,11 +37,6 @@ #include -typedef unsigned char u_int8_t; -typedef unsigned short int u_int16_t; -typedef unsigned int u_int32_t; - - enum device_type_enum { TYPE_UNDEF, TYPE_TUN, TYPE_TAP }; typedef enum device_type_enum device_type_t; -- cgit v1.2.3