mirror of
https://github.com/lunarmodules/luasocket.git
synced 2024-12-26 04:28:20 +01:00
Included LUASOCKET_BUFFERSIZE and LUASOCKET_VERSION defines.
This commit is contained in:
parent
41643c2643
commit
b40d2ba005
@ -7,12 +7,9 @@
|
|||||||
#ifndef _LUASOCKET_H_
|
#ifndef _LUASOCKET_H_
|
||||||
#define _LUASOCKET_H_
|
#define _LUASOCKET_H_
|
||||||
|
|
||||||
/*=========================================================================*\
|
#define LUASOCKET_VERSION "LuaSocket 1.2"
|
||||||
* Exported function declarations
|
#define LUASOCKET_BUFFERSIZE 8192
|
||||||
\*=========================================================================*/
|
|
||||||
/*-------------------------------------------------------------------------*\
|
|
||||||
* Initializes toolkit
|
|
||||||
\*-------------------------------------------------------------------------*/
|
|
||||||
void lua_socketlibopen(lua_State *L);
|
void lua_socketlibopen(lua_State *L);
|
||||||
|
|
||||||
#endif /* _LUASOCKET_H_ */
|
#endif /* _LUASOCKET_H_ */
|
||||||
|
Loading…
Reference in New Issue
Block a user