aboutsummaryrefslogtreecommitdiff
path: root/src/unix.h
diff options
context:
space:
mode:
authorDiego Nehab <diego@tecgraf.puc-rio.br>2009-05-27 09:31:38 +0000
committerDiego Nehab <diego@tecgraf.puc-rio.br>2009-05-27 09:31:38 +0000
commitbce60be30fe8e9c1b0eb33128c23c93d7bca5303 (patch)
tree3927343c777fcb7764a0f2f89754a0ceab141c21 /src/unix.h
parentd1a72435d5bd3528f3c334cd4d1da16dcead47bf (diff)
downloadluasocket-bce60be30fe8e9c1b0eb33128c23c93d7bca5303.tar.gz
luasocket-bce60be30fe8e9c1b0eb33128c23c93d7bca5303.tar.bz2
luasocket-bce60be30fe8e9c1b0eb33128c23c93d7bca5303.zip
Decent makefiles!
Diffstat (limited to 'src/unix.h')
-rw-r--r--src/unix.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/unix.h b/src/unix.h
index 055b02b..39fa719 100644
--- a/src/unix.h
+++ b/src/unix.h
@@ -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;
24typedef t_unix *p_unix; 22typedef t_unix *p_unix;
25 23
26int luaopen_socketunix(lua_State *L); 24int luaopen_socket_unix(lua_State *L);
27 25
28#endif /* UNIX_H */ 26#endif /* UNIX_H */