diff options
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); |