diff options
Diffstat (limited to 'src/udp.h')
-rw-r--r-- | src/udp.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -27,6 +27,6 @@ typedef struct t_udp_ { | |||
27 | } t_udp; | 27 | } t_udp; |
28 | typedef t_udp *p_udp; | 28 | typedef t_udp *p_udp; |
29 | 29 | ||
30 | void udp_open(lua_State *L); | 30 | int udp_open(lua_State *L); |
31 | 31 | ||
32 | #endif /* UDP_H */ | 32 | #endif /* UDP_H */ |