aboutsummaryrefslogtreecommitdiff
path: root/src/luasocket.h
blob: 793a315b9b11a75c8aff5e071ccb812fbb642796 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/*=========================================================================*\
* 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

void lua_socketlibopen(lua_State *L);

#endif /* _LUASOCKET_H_ */