]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
comments for hash_remove_link() are out of date.
authorwessels <>
Thu, 8 Mar 2001 00:57:37 +0000 (00:57 +0000)
committerwessels <>
Thu, 8 Mar 2001 00:57:37 +0000 (00:57 +0000)
lib/hash.c

index c70814e1142eef3c9c637c03e071658982e719e2..b5942af4efa6457574acd71de850b9638d6613c9 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- * $Id: hash.c,v 1.11 2001/01/12 00:37:12 wessels Exp $
+ * $Id: hash.c,v 1.12 2001/03/07 17:57:37 wessels Exp $
  *
  * DEBUG: section 0     Hash Tables
  * AUTHOR: Harvest Derived
@@ -249,8 +249,8 @@ hash_last(hash_table * hid)
  *  hash table 'hid'.  Does not free the item, only removes it
  *  from the list.
  *
- *  On success, it returns 0 and deletes the link; otherwise, 
- *  returns non-zero on error.
+ *  An assertion is triggered if the hash_link is not found in the
+ *  list.
  */
 void
 hash_remove_link(hash_table * hid, hash_link * hl)