summaryrefslogtreecommitdiff
path: root/datatypes.h
diff options
context:
space:
mode:
authorChristian Pointner <equinox@anytun.org>2008-02-16 14:34:53 +0000
committerChristian Pointner <equinox@anytun.org>2008-02-16 14:34:53 +0000
commitc15f428cef737e093cafa78f806c6ffc0ccee60c (patch)
tree313ad89dbaec390106ba9fd4ca5429ee348f87b0 /datatypes.h
parentadded fancy output to lua (diff)
minor changes
code cleanups
Diffstat (limited to 'datatypes.h')
-rw-r--r--datatypes.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/datatypes.h b/datatypes.h
index a23015b..481c603 100644
--- a/datatypes.h
+++ b/datatypes.h
@@ -40,8 +40,8 @@ typedef unsigned short u_int16_t;
typedef signed int int32;
typedef unsigned int u_int32_t;
-//typedef signed long long int64_t;
-//typedef unsigned long long u_int64_t;
+typedef signed long long int64_t;
+typedef unsigned long long u_int64_t;
typedef u_int32_t window_size_t;