diff options
Diffstat (limited to 'src/inet.h')
-rw-r--r-- | src/inet.h | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -23,4 +23,8 @@ const char *inet_trycreate(p_sock ps, int type); | |||
23 | int inet_meth_getpeername(lua_State *L, p_sock ps); | 23 | int inet_meth_getpeername(lua_State *L, p_sock ps); |
24 | int inet_meth_getsockname(lua_State *L, p_sock ps); | 24 | int inet_meth_getsockname(lua_State *L, p_sock ps); |
25 | 25 | ||
26 | #ifdef INET_ATON | ||
27 | int inet_aton(const char *cp, struct in_addr *inp); | ||
28 | #endif | ||
29 | |||
26 | #endif /* INET_H_ */ | 30 | #endif /* INET_H_ */ |