For internal use only.
This file contains the implementation of the ll_flush() function, used to remove every element from a linked list.
Definition in file ll_flush.c.
#include "dbprim.h"
#include "dbprim_int.h"
Include dependency graph for ll_flush.c:
Go to the source code of this file.
Functions | |
unsigned long | ll_flush (link_head_t *list, link_iter_t flush_func, void *extra) |
Flush a linked list. |