diff options
Diffstat (limited to 'src/luasocket.h')
| -rw-r--r-- | src/luasocket.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/luasocket.h b/src/luasocket.h index 6d30605..35dc3d9 100644 --- a/src/luasocket.h +++ b/src/luasocket.h | |||
| @@ -25,7 +25,10 @@ | |||
| 25 | /*-------------------------------------------------------------------------*\ | 25 | /*-------------------------------------------------------------------------*\ |
| 26 | * Initializes the library. | 26 | * Initializes the library. |
| 27 | \*-------------------------------------------------------------------------*/ | 27 | \*-------------------------------------------------------------------------*/ |
| 28 | #ifndef LUASOCKET_LIBNAME | ||
| 28 | #define LUASOCKET_LIBNAME "socket" | 29 | #define LUASOCKET_LIBNAME "socket" |
| 30 | #endif | ||
| 31 | |||
| 29 | LUASOCKET_API int luaopen_socket(lua_State *L); | 32 | LUASOCKET_API int luaopen_socket(lua_State *L); |
| 30 | 33 | ||
| 31 | #endif /* LUASOCKET_H */ | 34 | #endif /* LUASOCKET_H */ |
