Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
openssh
/
25a7785a3099b60289ee01f593aad2b988f0dfae
/
.
/
openbsd-compat
/
inet_aton.h
blob: ec3c225c9350d78ca94d58f7748dca8b55ce2b18 [
file
] [
log
] [
blame
]
#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 */