about summary refs log tree commit diff
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1999-07-19 21:48:37 +0000
committerUlrich Drepper <drepper@redhat.com>1999-07-19 21:48:37 +0000
commitde1910fd06f783d2816b08dd08efbd23f9bf7388 (patch)
tree30e9225c9e99871f32c1a6b93106ee659998f3d8
parentc132cb59f3721166dd05773c4856cbc4b6e4c8dc (diff)
downloadglibc-de1910fd06f783d2816b08dd08efbd23f9bf7388.tar.gz
glibc-de1910fd06f783d2816b08dd08efbd23f9bf7388.tar.xz
glibc-de1910fd06f783d2816b08dd08efbd23f9bf7388.zip
Update.
	* resolv/netdb.h: Add prototypes for getipnodebyaddr, freehostent,
	and getipnodebyname.  The latter comes soon.
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ae77791374..af8b40b538 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -6,6 +6,8 @@
 	* inet/Versions [GLIBC_2.2] (libc): Add getipnodebyad and freehostent.
 	* inet/freehostent.c: New file.
 	* inet/getipnodebyad.c: New file.
+	* resolv/netdb.h: Add prototypes for getipnodebyaddr, freehostent,
+	and getipnodebyname.  The latter comes soon.
 	* nss/digits_dots.c: Fail if IPv6 is found and IPv4 is requested.
 	Add support for getipnode* functions.