aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorDiego Nehab <diego@tecgraf.puc-rio.br>2001-01-13 07:11:44 +0000
committerDiego Nehab <diego@tecgraf.puc-rio.br>2001-01-13 07:11:44 +0000
commitb40d2ba005034c36c6b7f4439e6d6df1ef08d5e4 (patch)
tree4150f867aae5dbfaae5cd438dfc5ec68a81c4091 /src
parent41643c2643751de17125da4c23b616840dc0f1e3 (diff)
downloadluasocket-b40d2ba005034c36c6b7f4439e6d6df1ef08d5e4.tar.gz
luasocket-b40d2ba005034c36c6b7f4439e6d6df1ef08d5e4.tar.bz2
luasocket-b40d2ba005034c36c6b7f4439e6d6df1ef08d5e4.zip
Included LUASOCKET_BUFFERSIZE and LUASOCKET_VERSION defines.
Diffstat (limited to 'src')
-rw-r--r--src/luasocket.h9
1 files changed, 3 insertions, 6 deletions
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 @@
7#ifndef _LUASOCKET_H_ 7#ifndef _LUASOCKET_H_
8#define _LUASOCKET_H_ 8#define _LUASOCKET_H_
9 9
10/*=========================================================================*\ 10#define LUASOCKET_VERSION "LuaSocket 1.2"
11* Exported function declarations 11#define LUASOCKET_BUFFERSIZE 8192
12\*=========================================================================*/ 12
13/*-------------------------------------------------------------------------*\
14* Initializes toolkit
15\*-------------------------------------------------------------------------*/
16void lua_socketlibopen(lua_State *L); 13void lua_socketlibopen(lua_State *L);
17 14
18#endif /* _LUASOCKET_H_ */ 15#endif /* _LUASOCKET_H_ */