luasocket/src/luasocket.h

16 lines
396 B
C
Raw Normal View History

2000-12-29 23:15:09 +01:00
/*=========================================================================*\
* TCP/IP support for LUA
* Diego Nehab
* 9/11/1999
\*=========================================================================*/
#ifndef _LUASOCKET_H_
#define _LUASOCKET_H_
#define LUASOCKET_VERSION "LuaSocket 1.2"
#define LUASOCKET_BUFFERSIZE 8192
2000-12-29 23:15:09 +01:00
void lua_socketlibopen(lua_State *L);
#endif /* _LUASOCKET_H_ */