diff options
author | Diego Nehab <diego@tecgraf.puc-rio.br> | 2003-06-11 01:42:18 +0000 |
---|---|---|
committer | Diego Nehab <diego@tecgraf.puc-rio.br> | 2003-06-11 01:42:18 +0000 |
commit | f330540576031528f0daac231c61d4dd06e8ba1e (patch) | |
tree | 8f9cd79ac7d4ec937413bbae8a90e8782c1afe18 /src/inet.h | |
parent | 58bdb658aaa1c30a8f3bed46eef880d308fae582 (diff) | |
download | luasocket-f330540576031528f0daac231c61d4dd06e8ba1e.tar.gz luasocket-f330540576031528f0daac231c61d4dd06e8ba1e.tar.bz2 luasocket-f330540576031528f0daac231c61d4dd06e8ba1e.zip |
Compiles and runs on linux and windows, using DLLs!
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_ */ |