openssh/bsd-inet_aton.h

11 lines
206 B
C
Raw Normal View History

2000-07-11 04:46:29 +00:00
#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 */