summaryrefslogtreecommitdiff
path: root/wsutil/inet_addr-int.h
diff options
context:
space:
mode:
authorJoão Valverde <joao.valverde@tecnico.ulisboa.pt>2016-03-27 00:32:57 +0000
committerJoão Valverde <j@v6e.pt>2016-04-04 23:58:41 +0000
commit7f873d92cb7038247ab578d14d7e4794dcd6d98b (patch)
tree1fa9d97f7b1576529242b77aa0a758cd360a6b1a /wsutil/inet_addr-int.h
parentcd1d1377430aa50fb1363fad7ab9de7026b4f716 (diff)
downloadwireshark-7f873d92cb7038247ab578d14d7e4794dcd6d98b.tar.gz
Use AC_REPLACE_FUNCS and LTLIBOBJS
Change-Id: I0f46167fe900c39d678560809cd5391c2a9bc4d2 Reviewed-on: https://code.wireshark.org/review/14809 Petri-Dish: João Valverde <j@v6e.pt> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: João Valverde <j@v6e.pt>
Diffstat (limited to 'wsutil/inet_addr-int.h')
-rw-r--r--wsutil/inet_addr-int.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/wsutil/inet_addr-int.h b/wsutil/inet_addr-int.h
index c71b1cd4ad..25f698d1df 100644
--- a/wsutil/inet_addr-int.h
+++ b/wsutil/inet_addr-int.h
@@ -51,7 +51,7 @@
extern int inet_pton(int af, const char *src, void *dst);
#endif
-#ifndef HAVE_INET_NTOP_PROTO
+#ifndef HAVE_INET_NTOP
extern const char *inet_ntop(int af, const void *src, char *dst, size_t size);
#endif