changeset 3647:c9d52990b518

*** empty log message ***
author Jim Meyering <jim@meyering.net>
date Fri, 23 Nov 2001 08:12:06 +0000
parents 1f095040c850
children 7aa2e1a9b0d6
files lib/ChangeLog
diffstat 1 files changed, 5 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lib/ChangeLog
+++ b/lib/ChangeLog
@@ -1,3 +1,8 @@
+2001-11-23  Jim Meyering  <meyering@lucent.com>
+
+	* hash.h (struct hash_table): Don't define here.  Merely declare it.
+	* hash.c (struct hash_table): Define it here instead.
+
 2001-11-22  Jim Meyering  <meyering@lucent.com>
 
 	* hash.h: Bracket contents of file with #ifndef HASH_H_ ... #endif.