mowgli_dictionary_add ( mowgli_dictionary_t* dtree, char const* key, void* data )Field 'retval.node' in return value (pointer) has base type 'struct mowgli_node_'.
mowgli_dictionary_find ( mowgli_dictionary_t* dtree, char const* key )Field 'retval.node' in return value (pointer) has base type 'struct mowgli_node_'.
mowgli_dictionary_foreach_cur ( mowgli_dictionary_t* dtree, mowgli_dictionary_iteration_state_t* state )Field 'state.cur.node' in 2nd parameter 'state' (pointer) has base type 'struct mowgli_node_'.
mowgli_dictionary_foreach_next ( mowgli_dictionary_t* dtree, mowgli_dictionary_iteration_state_t* state )Field 'state.cur.node' in 2nd parameter 'state' (pointer) has base type 'struct mowgli_node_'.
mowgli_dictionary_foreach_start ( mowgli_dictionary_t* dtree, mowgli_dictionary_iteration_state_t* state )Field 'state.cur.node' in 2nd parameter 'state' (pointer) has base type 'struct mowgli_node_'.
mowgli_heap_alloc ( mowgli_heap_t* heap )Field 'heap.node' in 1st parameter 'heap' (pointer) has base type 'struct mowgli_node_'.
mowgli_heap_create ( size_t elem_size, size_t mowgli_heap_elems, unsigned int flags )Field 'retval.node' in return value (pointer) has base type 'struct mowgli_node_'.
mowgli_heap_destroy ( mowgli_heap_t* heap )Field 'heap.node' in 1st parameter 'heap' (pointer) has base type 'struct mowgli_node_'.
mowgli_heap_free ( mowgli_heap_t* heap, void* data )Field 'heap.node' in 1st parameter 'heap' (pointer) has base type 'struct mowgli_node_'.
mowgli_node_add ( void* data, mowgli_node_t* n, mowgli_list_t* l )2nd parameter 'n' (pointer) has base type 'struct mowgli_node_'.
mowgli_node_add_before ( void* data, mowgli_node_t* n, mowgli_list_t* l, mowgli_node_t* before )2nd parameter 'n' (pointer) has base type 'struct mowgli_node_'.
mowgli_node_add_head ( void* data, mowgli_node_t* n, mowgli_list_t* l )2nd parameter 'n' (pointer) has base type 'struct mowgli_node_'.
...