aboutsummaryrefslogtreecommitdiff
path: root/src/inet.h
diff options
context:
space:
mode:
authorDiego Nehab <diego@tecgraf.puc-rio.br>2003-06-11 01:42:18 +0000
committerDiego Nehab <diego@tecgraf.puc-rio.br>2003-06-11 01:42:18 +0000
commitf330540576031528f0daac231c61d4dd06e8ba1e (patch)
tree8f9cd79ac7d4ec937413bbae8a90e8782c1afe18 /src/inet.h
parent58bdb658aaa1c30a8f3bed46eef880d308fae582 (diff)
downloadluasocket-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.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_ */