diff options
Diffstat (limited to 'lib/linklist.h')
-rw-r--r-- | lib/linklist.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/linklist.h b/lib/linklist.h index 53a5012e6..0475391e9 100644 --- a/lib/linklist.h +++ b/lib/linklist.h @@ -244,7 +244,7 @@ extern void list_sort(struct list *list, * pointer to list pointer; this will be set to NULL after the list has been * deleted */ -extern void list_delete_and_null(struct list **plist); +extern void list_delete(struct list **plist); /* * Delete all nodes from a list without deleting the list itself. |