2.4. dlist.h

dlist_item - dlist item structure
dlist_head - head structure for dlist
dlist_inithead - initialise the head structure for an dlist
dlist_init - initialise an dlist item structure
dlist_add_front - add an item to the front of an dlist
dlist_get_front - Return the first item's data from the front of a list
dlist_empty - Is an dlist empty
dlist_foreach - dlist enumeration function.
dlist_remove - remove item from an dlist

Synopsis of function. macros and structures contained in dlist.h