2.5. dtlist.h

dtlist_head - head structure for dlist
dtlist_item - dlist item structure
dtlist_inithead - initialise the head structure for an dlist
dtlist_init - initialise an dlist item structure
dtlist_add_front - add an item to the front of an dlist
dtlist_get_front - Return the first item's data from the front of a list
dtlist_empty - Is an dlist empty
dtlist_foreach - dlist enumeration function.
dtlist_remove - remove item from an dlist

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