summaryrefslogtreecommitdiffstats
path: root/bsd-inet_aton.h
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2000-07-11 14:54:22 +1000
committerDamien Miller <djm@mindrot.org>2000-07-11 14:54:22 +1000
commit3b9734c700be8a31dc0966e58abe904b01da6492 (patch)
tree3e59f5b0d2e57b4a1e012a5a23a87295ded0a915 /bsd-inet_aton.h
parent34e64baa92c059bb1eb075cff5325cde76db9d5d (diff)
- (djm) Added bsd-inet_aton and configure support for NeXT
Diffstat (limited to 'bsd-inet_aton.h')
-rw-r--r--bsd-inet_aton.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/bsd-inet_aton.h b/bsd-inet_aton.h
index b8e9674b..ec3c225c 100644
--- a/bsd-inet_aton.h
+++ b/bsd-inet_aton.h
@@ -4,7 +4,7 @@
#include "config.h"
#ifndef HAVE_INET_ATON
-int inet_aton(const char *cp, struct in_addr *addr)
+int inet_aton(const char *cp, struct in_addr *addr);
#endif /* HAVE_INET_ATON */
#endif /* _BSD_INET_ATON_H */