Browse Source

Added comment.

keie 40 years ago
parent
commit
4759d84bdd
1 changed files with 3 additions and 0 deletions
  1. 3 0
      util/ack/list.c

+ 3 - 0
util/ack/list.c

@@ -36,6 +36,9 @@ Routines:
 
 	l_clear(header)      Delete an whole list.
 		header          List header, list_head *
+	
+	l_throw(header)	     Delete a list of strings.
+		header          List header, list_head *
 
 */