diff options
Diffstat (limited to 'src/unix.h')
-rw-r--r-- | src/unix.h | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -6,8 +6,6 @@ | |||
6 | * | 6 | * |
7 | * This module is just an example of how to extend LuaSocket with a new | 7 | * This module is just an example of how to extend LuaSocket with a new |
8 | * domain. | 8 | * domain. |
9 | * | ||
10 | * RCS ID: $Id$ | ||
11 | \*=========================================================================*/ | 9 | \*=========================================================================*/ |
12 | #include "lua.h" | 10 | #include "lua.h" |
13 | 11 | ||
@@ -23,6 +21,6 @@ typedef struct t_unix_ { | |||
23 | } t_unix; | 21 | } t_unix; |
24 | typedef t_unix *p_unix; | 22 | typedef t_unix *p_unix; |
25 | 23 | ||
26 | int luaopen_socketunix(lua_State *L); | 24 | int luaopen_socket_unix(lua_State *L); |
27 | 25 | ||
28 | #endif /* UNIX_H */ | 26 | #endif /* UNIX_H */ |