summaryrefslogtreecommitdiff
path: root/openbsd-compat/inet_aton.h
blob: 9b59cb908a68b388cab5c0bd8df416ca63ab7c8c (plain)
1
2
3
4
5
6
7
8
9
10
11
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 */