*** empty log message ***
authorJim Meyering <jim@meyering.net>
Fri, 23 Nov 2001 08:12:06 +0000 (08:12 +0000)
committerJim Meyering <jim@meyering.net>
Fri, 23 Nov 2001 08:12:06 +0000 (08:12 +0000)
lib/ChangeLog

index ea535cd293ded54208e4dd5df91eceb4dabdb08f..835eae935b41ddf522ed3dbab3e499bb5f8eda8d 100644 (file)
@@ -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.