diff options
author | Diego Nehab <diego@tecgraf.puc-rio.br> | 2003-05-25 01:54:13 +0000 |
---|---|---|
committer | Diego Nehab <diego@tecgraf.puc-rio.br> | 2003-05-25 01:54:13 +0000 |
commit | 0f6c8d50a99997ac7829864b1c93362b50f1bbf3 (patch) | |
tree | d0cefe3a05484e65b7b7e79d8cae4a1d2e6d19fb /src/luasocket.h | |
parent | c1ef3e7103cc652d2004ef1ddc9409b946207f33 (diff) | |
download | luasocket-0f6c8d50a99997ac7829864b1c93362b50f1bbf3.tar.gz luasocket-0f6c8d50a99997ac7829864b1c93362b50f1bbf3.tar.bz2 luasocket-0f6c8d50a99997ac7829864b1c93362b50f1bbf3.zip |
Porting to LUA 5.0 final
Diffstat (limited to 'src/luasocket.h')
-rw-r--r-- | src/luasocket.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/luasocket.h b/src/luasocket.h index fd22606..6c25af2 100644 --- a/src/luasocket.h +++ b/src/luasocket.h | |||
@@ -5,8 +5,8 @@ | |||
5 | * | 5 | * |
6 | * RCS ID: $Id$ | 6 | * RCS ID: $Id$ |
7 | \*=========================================================================*/ | 7 | \*=========================================================================*/ |
8 | #ifndef _LUASOCKET_H_ | 8 | #ifndef LUASOCKET_H |
9 | #define _LUASOCKET_H_ | 9 | #define LUASOCKET_H |
10 | 10 | ||
11 | /*-------------------------------------------------------------------------*\ | 11 | /*-------------------------------------------------------------------------*\ |
12 | * Current luasocket version | 12 | * Current luasocket version |
@@ -28,6 +28,6 @@ | |||
28 | /*-------------------------------------------------------------------------*\ | 28 | /*-------------------------------------------------------------------------*\ |
29 | * Initializes the library. | 29 | * Initializes the library. |
30 | \*-------------------------------------------------------------------------*/ | 30 | \*-------------------------------------------------------------------------*/ |
31 | LUASOCKET_API int lua_socketlibopen(lua_State *L); | 31 | LUASOCKET_API int luaopen_socketlib(lua_State *L); |
32 | 32 | ||
33 | #endif /* _LUASOCKET_H_ */ | 33 | #endif /* LUASOCKET_H */ |