aboutsummaryrefslogtreecommitdiff
path: root/src/udp.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/udp.h')
-rw-r--r--src/udp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/udp.h b/src/udp.h
index 699e31a..0d8e5f4 100644
--- a/src/udp.h
+++ b/src/udp.h
@@ -27,6 +27,6 @@ typedef struct t_udp_ {
27} t_udp; 27} t_udp;
28typedef t_udp *p_udp; 28typedef t_udp *p_udp;
29 29
30void udp_open(lua_State *L); 30int udp_open(lua_State *L);
31 31
32#endif /* UDP_H */ 32#endif /* UDP_H */