summaryrefslogtreecommitdiffstats
path: root/libutil
diff options
context:
space:
mode:
authorYoshinobu Inoue <shin@FreeBSD.org>2000-01-25 14:52:10 +0000
committerYoshinobu Inoue <shin@FreeBSD.org>2000-01-25 14:52:10 +0000
commitfa3e4776155ceacb3cd0e573b59da22fb5051ca8 (patch)
tree1525a56b341e7884ad240f0adeafe3a68ffdcda7 /libutil
parent8888c5de4c415b857f260212229893f3605b9097 (diff)
downloadpw-darwin-fa3e4776155ceacb3cd0e573b59da22fb5051ca8.tar.gz
pw-darwin-fa3e4776155ceacb3cd0e573b59da22fb5051ca8.tar.zst
pw-darwin-fa3e4776155ceacb3cd0e573b59da22fb5051ca8.zip
several tcp apps IPv6 update
-inetd -rshd -rlogind -telnetd -rsh -rlogin Reviewed by: freebsd-arch, cvs-committers Obtained from: KAME project
Diffstat (limited to 'libutil')
-rw-r--r--libutil/libutil.h3
1 files changed, 3 insertions, 0 deletions
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