aboutsummaryrefslogtreecommitdiff
path: root/src/tcp.h
diff options
context:
space:
mode:
authorDiego Nehab <diego@tecgraf.puc-rio.br>2004-01-21 18:40:52 +0000
committerDiego Nehab <diego@tecgraf.puc-rio.br>2004-01-21 18:40:52 +0000
commit195069cf5f929f445b0ce20e531cd482d2559083 (patch)
tree6444d37c4ce32395428ba26ee0d16c0c372bd9da /src/tcp.h
parente63f500d24ff0238425c9e13f220daf09a277ef5 (diff)
downloadluasocket-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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tcp.h b/src/tcp.h
index 82b88a9..ae99b8c 100644
--- a/src/tcp.h
+++ b/src/tcp.h
@@ -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
31typedef t_tcp *p_tcp; 32typedef t_tcp *p_tcp;
32 33
33void tcp_open(lua_State *L); 34void tcp_open(lua_State *L);