diff options
| author | Diego Nehab <diego@tecgraf.puc-rio.br> | 2004-01-17 08:02:04 +0000 |
|---|---|---|
| committer | Diego Nehab <diego@tecgraf.puc-rio.br> | 2004-01-17 08:02:04 +0000 |
| commit | 02ef4e7daae6bef629dcb568052755fb85ed2efc (patch) | |
| tree | 3001b5d4429626e086b457ade7a899428fbfeb34 /src/inet.h | |
| parent | 076451c75336b30e6152bd5c02f355db39107f7d (diff) | |
| download | luasocket-02ef4e7daae6bef629dcb568052755fb85ed2efc.tar.gz luasocket-02ef4e7daae6bef629dcb568052755fb85ed2efc.tar.bz2 luasocket-02ef4e7daae6bef629dcb568052755fb85ed2efc.zip | |
Trying to get rid of EINTR problems...
Diffstat (limited to 'src/inet.h')
| -rw-r--r-- | src/inet.h | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -25,7 +25,7 @@ | |||
| 25 | 25 | ||
| 26 | void inet_open(lua_State *L); | 26 | void inet_open(lua_State *L); |
| 27 | const char *inet_tryconnect(p_sock ps, const char *address, | 27 | const char *inet_tryconnect(p_sock ps, const char *address, |
| 28 | unsigned short port); | 28 | unsigned short port, int timeout); |
| 29 | const char *inet_trybind(p_sock ps, const char *address, | 29 | const char *inet_trybind(p_sock ps, const char *address, |
| 30 | unsigned short port, int backlog); | 30 | unsigned short port, int backlog); |
| 31 | const char *inet_trycreate(p_sock ps, int type); | 31 | const char *inet_trycreate(p_sock ps, int type); |
