From fa3e4776155ceacb3cd0e573b59da22fb5051ca8 Mon Sep 17 00:00:00 2001 From: Yoshinobu Inoue Date: Tue, 25 Jan 2000 14:52:10 +0000 Subject: several tcp apps IPv6 update -inetd -rshd -rlogind -telnetd -rsh -rlogin Reviewed by: freebsd-arch, cvs-committers Obtained from: KAME project --- libutil/libutil.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'libutil') diff --git a/libutil/libutil.h b/libutil/libutil.h index 4923700..927a384 100644 --- a/libutil/libutil.h +++ b/libutil/libutil.h @@ -60,6 +60,9 @@ void properties_free __P((properties list)); char *property_find __P((properties list, const char *name)); char *auth_getval __P((const char *name)); int realhostname __P((char *host, size_t hsize, const struct in_addr *ip)); +struct sockaddr; +int realhostname_sa __P((char *host, size_t hsize, struct sockaddr *addr, + int addrlen)); #ifdef _STDIO_H_ /* avoid adding new includes */ char *fparseln __P((FILE *, size_t *, size_t *, const char[3], int)); #endif -- cgit v1.2.3-56-ge451