diff options
Diffstat (limited to 'src/tcp.h')
-rw-r--r-- | src/tcp.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -31,6 +31,6 @@ typedef struct t_tcp_ { | |||
31 | 31 | ||
32 | typedef t_tcp *p_tcp; | 32 | typedef t_tcp *p_tcp; |
33 | 33 | ||
34 | void tcp_open(lua_State *L); | 34 | int tcp_open(lua_State *L); |
35 | 35 | ||
36 | #endif /* TCP_H */ | 36 | #endif /* TCP_H */ |