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_ */