aboutsummaryrefslogtreecommitdiffstats
path: root/epan/addr_resolv.h
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2013-12-20 06:30:13 +0000
committerAnders Broman <anders.broman@ericsson.com>2013-12-20 06:30:13 +0000
commit5fbfa6c351a5a3ca5934563647bac856192fd192 (patch)
tree965f6f4cd092d4079c2b5a1e4fe33fed4b6a8389 /epan/addr_resolv.h
parentf4ef031335dd8237edd111f1254239a19345eb3a (diff)
Fix [-Wmissing-prototypes]
svn path=/trunk/; revision=54280
Diffstat (limited to 'epan/addr_resolv.h')
-rw-r--r--epan/addr_resolv.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/addr_resolv.h b/epan/addr_resolv.h
index e4c6a6fe72..be20fe17a7 100644
--- a/epan/addr_resolv.h
+++ b/epan/addr_resolv.h
@@ -326,7 +326,7 @@ WS_DLL_PUBLIC
GHashTable *get_serv_port_hashtable(void);
WS_DLL_PUBLIC
-GHashTable *get_ipxnet_table(void);
+GHashTable *get_ipxnet_hash_table(void);
WS_DLL_PUBLIC
GHashTable *get_ipv4_hash_table(void);