summaryrefslogtreecommitdiff
path: root/netdissect-stdinc.h
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2015-09-18 13:19:32 -0700
committerGuy Harris <guy@alum.mit.edu>2015-09-18 13:19:32 -0700
commit4841fc240d1f9346ed0a37f1bedb267d33b76645 (patch)
tree31db7fdd2783ddf55acb801727053d8abd1ef274 /netdissect-stdinc.h
parent1277da2b7f7ce915cd2990c982acef55d5047560 (diff)
downloadtcpdump-4841fc240d1f9346ed0a37f1bedb267d33b76645.tar.gz
We don't define our own inet_aton() any more, so don't declare it.
Diffstat (limited to 'netdissect-stdinc.h')
-rw-r--r--netdissect-stdinc.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/netdissect-stdinc.h b/netdissect-stdinc.h
index 44967852..de277319 100644
--- a/netdissect-stdinc.h
+++ b/netdissect-stdinc.h
@@ -146,8 +146,6 @@
#define O_RDONLY _O_RDONLY
#endif /* _MSC_VER */
-extern int inet_aton (const char *cp, struct in_addr *addr);
-
/*
* With MSVC, for C, __inline is used to make a function an inline.
*/