]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
typo
authorwessels <>
Thu, 24 Sep 1998 02:45:10 +0000 (02:45 +0000)
committerwessels <>
Thu, 24 Sep 1998 02:45:10 +0000 (02:45 +0000)
lib/hash.c

index c9ed0c67e32c301472386f616fcc378bbdfcf1a0..9f257a721c7377b7b7296e6f68e39b47ead1c8b8 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- * $Id: hash.c,v 1.4 1998/09/23 20:13:45 wessels Exp $
+ * $Id: hash.c,v 1.5 1998/09/23 20:45:10 wessels Exp $
  *
  * DEBUG: section 0     Hash Tables
  * AUTHOR: Harvest Derived
@@ -237,7 +237,7 @@ hash_next(hash_table * hid)
  *
  */
 void
-hash_next(hash_table * hid)
+hash_last(hash_table * hid)
 {
     assert(hid);
     hid->next = NULL;