diff options
author | Diego Nehab <diego@tecgraf.puc-rio.br> | 2004-01-21 18:40:52 +0000 |
---|---|---|
committer | Diego Nehab <diego@tecgraf.puc-rio.br> | 2004-01-21 18:40:52 +0000 |
commit | 195069cf5f929f445b0ce20e531cd482d2559083 (patch) | |
tree | 6444d37c4ce32395428ba26ee0d16c0c372bd9da /src/tcp.h | |
parent | e63f500d24ff0238425c9e13f220daf09a277ef5 (diff) | |
download | luasocket-195069cf5f929f445b0ce20e531cd482d2559083.tar.gz luasocket-195069cf5f929f445b0ce20e531cd482d2559083.tar.bz2 luasocket-195069cf5f929f445b0ce20e531cd482d2559083.zip |
Fixed functions that return messages in ?socket.c.
Moved complexity of connect and accept there.
Created a new options.c module to take care of options.
Auxiliar.c is now cleaner.
Diffstat (limited to 'src/tcp.h')
-rw-r--r-- | src/tcp.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -28,6 +28,7 @@ typedef struct t_tcp_ { | |||
28 | t_buf buf; | 28 | t_buf buf; |
29 | t_tm tm; | 29 | t_tm tm; |
30 | } t_tcp; | 30 | } t_tcp; |
31 | |||
31 | typedef t_tcp *p_tcp; | 32 | typedef t_tcp *p_tcp; |
32 | 33 | ||
33 | void tcp_open(lua_State *L); | 34 | void tcp_open(lua_State *L); |