diff --git a/util/ack/list.c b/util/ack/list.c index 9b0097e9e..7e472ebc0 100644 --- a/util/ack/list.c +++ b/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 * */