aboutsummaryrefslogtreecommitdiff
path: root/src/unix.h
diff options
context:
space:
mode:
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 */