aboutsummaryrefslogtreecommitdiff
path: root/src/luasocket.h
diff options
context:
space:
mode:
authorDiego Nehab <diego@tecgraf.puc-rio.br>2004-06-22 04:49:57 +0000
committerDiego Nehab <diego@tecgraf.puc-rio.br>2004-06-22 04:49:57 +0000
commit7195ab620bd5029856a5c6c88e54a9a6eceb5e87 (patch)
tree9b60807d8bb2112dcec6ea2e0991e468b112ea5a /src/luasocket.h
parentbce1cb30d856d167e167c4c2997f9bebe03a612c (diff)
downloadluasocket-7195ab620bd5029856a5c6c88e54a9a6eceb5e87.tar.gz
luasocket-7195ab620bd5029856a5c6c88e54a9a6eceb5e87.tar.bz2
luasocket-7195ab620bd5029856a5c6c88e54a9a6eceb5e87.zip
Few extra changes.
Diffstat (limited to 'src/luasocket.h')
-rw-r--r--src/luasocket.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/luasocket.h b/src/luasocket.h
index 35dc3d9..716b7ff 100644
--- a/src/luasocket.h
+++ b/src/luasocket.h
@@ -25,10 +25,6 @@
25/*-------------------------------------------------------------------------*\ 25/*-------------------------------------------------------------------------*\
26* Initializes the library. 26* Initializes the library.
27\*-------------------------------------------------------------------------*/ 27\*-------------------------------------------------------------------------*/
28#ifndef LUASOCKET_LIBNAME
29#define LUASOCKET_LIBNAME "socket"
30#endif
31
32LUASOCKET_API int luaopen_socket(lua_State *L); 28LUASOCKET_API int luaopen_socket(lua_State *L);
33 29
34#endif /* LUASOCKET_H */ 30#endif /* LUASOCKET_H */