diff options
Diffstat (limited to 'src/unix.h')
-rw-r--r-- | src/unix.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -23,6 +23,6 @@ typedef struct t_unix_ { | |||
23 | } t_unix; | 23 | } t_unix; |
24 | typedef t_unix *p_unix; | 24 | typedef t_unix *p_unix; |
25 | 25 | ||
26 | int unix_open(lua_State *L); | 26 | int luaopen_socketunix(lua_State *L); |
27 | 27 | ||
28 | #endif /* UNIX_H */ | 28 | #endif /* UNIX_H */ |