2001-02-09 02:55:35 +01:00
|
|
|
/* $Id: inet_aton.h,v 1.2 2001/02/09 01:55:36 djm Exp $ */
|
|
|
|
|
2000-07-11 06:46:29 +02:00
|
|
|
#ifndef _BSD_INET_ATON_H
|
|
|
|
#define _BSD_INET_ATON_H
|
|
|
|
|
|
|
|
#include "config.h"
|
|
|
|
|
|
|
|
#ifndef HAVE_INET_ATON
|
2000-07-11 06:54:22 +02:00
|
|
|
int inet_aton(const char *cp, struct in_addr *addr);
|
2000-07-11 06:46:29 +02:00
|
|
|
#endif /* HAVE_INET_ATON */
|
|
|
|
|
|
|
|
#endif /* _BSD_INET_ATON_H */
|