summaryrefslogtreecommitdiffstats
path: root/crypto/openssh/openbsd-compat/inet_aton.h
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/openssh/openbsd-compat/inet_aton.h')
-rw-r--r--crypto/openssh/openbsd-compat/inet_aton.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/crypto/openssh/openbsd-compat/inet_aton.h b/crypto/openssh/openbsd-compat/inet_aton.h
new file mode 100644
index 0000000..9b59cb9
--- /dev/null
+++ b/crypto/openssh/openbsd-compat/inet_aton.h
@@ -0,0 +1,12 @@
+/* $Id: inet_aton.h,v 1.4 2001/07/16 02:07:51 tim Exp $ */
+
+#ifndef _BSD_INET_ATON_H
+#define _BSD_INET_ATON_H
+
+#include "config.h"
+
+#ifndef HAVE_INET_ATON
+int inet_aton(const char *cp, struct in_addr *addr);
+#endif /* HAVE_INET_ATON */
+
+#endif /* _BSD_INET_ATON_H */
OpenPOWER on IntegriCloud