libdebian-installer
|
Node of a hash table. More...
Data Fields | |
void * | key |
void * | value |
di_hash_node * | next |
Node of a hash table.
void* key |
key
Referenced by di_hash_table_foreach().
di_hash_node* next |
the next node
Referenced by di_hash_table_foreach().
void* value |
value
Referenced by di_hash_table_foreach(), and di_hash_table_lookup().