blob: aafb7555fba37db0ff2501e74f3906e94b02baf6 [file] [log] [blame]
Damien Millere9cf3572001-02-09 12:55:35 +11001/* $Id: inet_aton.h,v 1.2 2001/02/09 01:55:36 djm Exp $ */
2
Damien Miller34e64ba2000-07-11 14:46:29 +10003#ifndef _BSD_INET_ATON_H
4#define _BSD_INET_ATON_H
5
6#include "config.h"
7
8#ifndef HAVE_INET_ATON
Damien Miller3b9734c2000-07-11 14:54:22 +10009int inet_aton(const char *cp, struct in_addr *addr);
Damien Miller34e64ba2000-07-11 14:46:29 +100010#endif /* HAVE_INET_ATON */
11
12#endif /* _BSD_INET_ATON_H */