several tcp apps IPv6 update
authorYoshinobu Inoue <shin@FreeBSD.org>
Tue, 25 Jan 2000 14:52:10 +0000 (14:52 +0000)
committerYoshinobu Inoue <shin@FreeBSD.org>
Tue, 25 Jan 2000 14:52:10 +0000 (14:52 +0000)
 -inetd
 -rshd
 -rlogind
 -telnetd
 -rsh
 -rlogin

Reviewed by: freebsd-arch, cvs-committers
Obtained from: KAME project

libutil/libutil.h

index 492370043f7a4a0e5ac2d70626d7417ce9256b46..927a384fa4358f04dee7083232b0a3f8902ccae8 100644 (file)
@@ -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