summaryrefslogtreecommitdiff
path: root/bsd-inet_aton.h
diff options
context:
space:
mode:
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 b8e9674ba..ec3c225c9 100644
--- a/bsd-inet_aton.h
+++ b/bsd-inet_aton.h
@@ -4,7 +4,7 @@
4#include "config.h" 4#include "config.h"
5 5
6#ifndef HAVE_INET_ATON 6#ifndef HAVE_INET_ATON
7int inet_aton(const char *cp, struct in_addr *addr) 7int inet_aton(const char *cp, struct in_addr *addr);
8#endif /* HAVE_INET_ATON */ 8#endif /* HAVE_INET_ATON */
9 9
10#endif /* _BSD_INET_ATON_H */ 10#endif /* _BSD_INET_ATON_H */