blob: aafb7555fba37db0ff2501e74f3906e94b02baf6 [file] [log] [blame]
/* $Id: inet_aton.h,v 1.2 2001/02/09 01:55:36 djm 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 */