diff options
author | Diego Nehab <diego@tecgraf.puc-rio.br> | 2009-05-27 09:31:38 +0000 |
---|---|---|
committer | Diego Nehab <diego@tecgraf.puc-rio.br> | 2009-05-27 09:31:38 +0000 |
commit | bce60be30fe8e9c1b0eb33128c23c93d7bca5303 (patch) | |
tree | 3927343c777fcb7764a0f2f89754a0ceab141c21 /src/unix.h | |
parent | d1a72435d5bd3528f3c334cd4d1da16dcead47bf (diff) | |
download | luasocket-bce60be30fe8e9c1b0eb33128c23c93d7bca5303.tar.gz luasocket-bce60be30fe8e9c1b0eb33128c23c93d7bca5303.tar.bz2 luasocket-bce60be30fe8e9c1b0eb33128c23c93d7bca5303.zip |
Decent makefiles!
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 */ |