From b40d2ba005034c36c6b7f4439e6d6df1ef08d5e4 Mon Sep 17 00:00:00 2001 From: Diego Nehab Date: Sat, 13 Jan 2001 07:11:44 +0000 Subject: [PATCH] Included LUASOCKET_BUFFERSIZE and LUASOCKET_VERSION defines. --- src/luasocket.h | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/src/luasocket.h b/src/luasocket.h index d4037cd..793a315 100644 --- a/src/luasocket.h +++ b/src/luasocket.h @@ -7,12 +7,9 @@ #ifndef _LUASOCKET_H_ #define _LUASOCKET_H_ -/*=========================================================================*\ -* Exported function declarations -\*=========================================================================*/ -/*-------------------------------------------------------------------------*\ -* Initializes toolkit -\*-------------------------------------------------------------------------*/ +#define LUASOCKET_VERSION "LuaSocket 1.2" +#define LUASOCKET_BUFFERSIZE 8192 + void lua_socketlibopen(lua_State *L); #endif /* _LUASOCKET_H_ */