summaryrefslogtreecommitdiff
path: root/epan/addr_resolv.h
diff options
context:
space:
mode:
authorJoão Valverde <joao.valverde@tecnico.ulisboa.pt>2016-03-22 03:24:35 +0000
committerPeter Wu <peter@lekensteyn.nl>2016-04-08 20:49:22 +0000
commitc5782e0d412c38a7338a3f8862dee0c248aab227 (patch)
tree6d61f80782cfb65fd19ec05f31cb2eb4f192413e /epan/addr_resolv.h
parent57b2a84f3d900eb0b98157095c6aac07cec54fd9 (diff)
downloadwireshark-c5782e0d412c38a7338a3f8862dee0c248aab227.tar.gz
Replace and remove host_ip_af() function
Change-Id: I932c156cbc6883d1d63bf0457fd62cfb67c3340e Reviewed-on: https://code.wireshark.org/review/14750 Petri-Dish: Peter Wu <peter@lekensteyn.nl> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Peter Wu <peter@lekensteyn.nl>
Diffstat (limited to 'epan/addr_resolv.h')
-rw-r--r--epan/addr_resolv.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/epan/addr_resolv.h b/epan/addr_resolv.h
index 678dd8d9d5..4d265e394c 100644
--- a/epan/addr_resolv.h
+++ b/epan/addr_resolv.h
@@ -323,14 +323,6 @@ gboolean get_host_ipaddr(const char *host, guint32 *addrp);
WS_DLL_PUBLIC
gboolean get_host_ipaddr6(const char *host, struct e_in6_addr *addrp);
-/*
- * Find out whether a hostname resolves to an ip or ipv6 address
- * Return "ip6" if it is IPv6, "ip" otherwise (including the case
- * that we don't know)
- */
-WS_DLL_PUBLIC
-const char* host_ip_af(const char *host);
-
WS_DLL_PUBLIC
GHashTable *get_manuf_hashtable(void);