libdebian-installer
|
Node of a single-linked list. More...
#include <slist.h>
Data Fields | |
di_slist_node * | next |
void * | data |
Node of a single-linked list.
void* data |
data
Referenced by di_parser_rfc822_write_file(), di_slist_append(), di_slist_destroy(), and di_slist_free().
di_slist_node* next |
next node
Referenced by di_parser_rfc822_write_file(), di_slist_append(), di_slist_destroy(), di_slist_free(), and internal_di_slist_append_list().