Software /
code /
prosody
Comparison
util-src/net.c @ 10563:e8db377a2983
Merge 0.11->trunk
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Tue, 24 Dec 2019 00:39:45 +0100 |
parent | 10480:94cacf9fd0ae |
child | 10637:aa304109fa1b |
comparison
equal
deleted
inserted
replaced
10562:670afc079f68 | 10563:e8db377a2983 |
---|---|
34 #define luaL_setfuncs(L, R, N) luaL_register(L, NULL, R) | 34 #define luaL_setfuncs(L, R, N) luaL_register(L, NULL, R) |
35 #endif | 35 #endif |
36 | 36 |
37 /* Enumerate all locally configured IP addresses */ | 37 /* Enumerate all locally configured IP addresses */ |
38 | 38 |
39 const char *const type_strings[] = { | 39 static const char *const type_strings[] = { |
40 "both", | 40 "both", |
41 "ipv4", | 41 "ipv4", |
42 "ipv6", | 42 "ipv6", |
43 NULL | 43 NULL |
44 }; | 44 }; |