diff options
author | Diego Nehab <diego@tecgraf.puc-rio.br> | 2005-02-08 10:01:01 +0000 |
---|---|---|
committer | Diego Nehab <diego@tecgraf.puc-rio.br> | 2005-02-08 10:01:01 +0000 |
commit | 8d4e240f6ae50d9b22ddc44f5e207018935da907 (patch) | |
tree | d8ca9a51dc35534592f700e42740feac20242ede /src/unix.h | |
parent | 5d32848674b723521e87836eafa24f5ae8f80a89 (diff) | |
download | luasocket-8d4e240f6ae50d9b22ddc44f5e207018935da907.tar.gz luasocket-8d4e240f6ae50d9b22ddc44f5e207018935da907.tar.bz2 luasocket-8d4e240f6ae50d9b22ddc44f5e207018935da907.zip |
Forward server working on Mac OS X...
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 */ |