aboutsummaryrefslogtreecommitdiff
path: root/src/inet.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/inet.h')
-rw-r--r--src/inet.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/inet.h b/src/inet.h
index b8d8f19..60be9e4 100644
--- a/src/inet.h
+++ b/src/inet.h
@@ -23,4 +23,8 @@ const char *inet_trycreate(p_sock ps, int type);
23int inet_meth_getpeername(lua_State *L, p_sock ps); 23int inet_meth_getpeername(lua_State *L, p_sock ps);
24int inet_meth_getsockname(lua_State *L, p_sock ps); 24int inet_meth_getsockname(lua_State *L, p_sock ps);
25 25
26#ifdef INET_ATON
27int inet_aton(const char *cp, struct in_addr *inp);
28#endif
29
26#endif /* INET_H_ */ 30#endif /* INET_H_ */