diff options
Diffstat (limited to 'src/inet.h')
-rw-r--r-- | src/inet.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -24,7 +24,7 @@ | |||
24 | #define INET_ATON | 24 | #define INET_ATON |
25 | #endif | 25 | #endif |
26 | 26 | ||
27 | void inet_open(lua_State *L); | 27 | int inet_open(lua_State *L); |
28 | 28 | ||
29 | const char *inet_trycreate(p_sock ps, int type); | 29 | const char *inet_trycreate(p_sock ps, int type); |
30 | const char *inet_tryconnect(p_sock ps, const char *address, | 30 | const char *inet_tryconnect(p_sock ps, const char *address, |