aboutsummaryrefslogtreecommitdiff
path: root/src/tcp.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/tcp.h')
-rw-r--r--src/tcp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tcp.h b/src/tcp.h
index ae99b8c..708023e 100644
--- a/src/tcp.h
+++ b/src/tcp.h
@@ -31,6 +31,6 @@ typedef struct t_tcp_ {
31 31
32typedef t_tcp *p_tcp; 32typedef t_tcp *p_tcp;
33 33
34void tcp_open(lua_State *L); 34int tcp_open(lua_State *L);
35 35
36#endif /* TCP_H */ 36#endif /* TCP_H */