Included LUASOCKET_BUFFERSIZE and LUASOCKET_VERSION defines.

This commit is contained in:
Diego Nehab 2001-01-13 07:11:44 +00:00
parent 41643c2643
commit b40d2ba005

View File

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