aboutsummaryrefslogtreecommitdiff
path: root/src/inet.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/inet.c')
-rw-r--r--src/inet.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/inet.c b/src/inet.c
index 571b838..dc24390 100644
--- a/src/inet.c
+++ b/src/inet.c
@@ -22,7 +22,7 @@ static void inet_pushresolved(lua_State *L, struct hostent *hp);
22static int inet_global_gethostname(lua_State *L); 22static int inet_global_gethostname(lua_State *L);
23 23
24/* DNS functions */ 24/* DNS functions */
25static luaL_reg func[] = { 25static luaL_Reg func[] = {
26 { "toip", inet_global_toip}, 26 { "toip", inet_global_toip},
27 { "getaddrinfo", inet_global_getaddrinfo}, 27 { "getaddrinfo", inet_global_getaddrinfo},
28 { "tohostname", inet_global_tohostname}, 28 { "tohostname", inet_global_tohostname},