diff options
Diffstat (limited to 'src/engine')
| -rw-r--r-- | src/engine/e_system.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/engine/e_system.c b/src/engine/e_system.c index f8fca864..eeadbb95 100644 --- a/src/engine/e_system.c +++ b/src/engine/e_system.c @@ -492,7 +492,6 @@ int net_addr_comp(const NETADDR *a, const NETADDR *b) return mem_comp(a, b, sizeof(NETADDR)); } - int net_host_lookup(const char *hostname, NETADDR *addr, int types) { /* TODO: IPv6 support */ |