aboutsummaryrefslogtreecommitdiff
path: root/src/tcp.h
diff options
context:
space:
mode:
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);