39
39
ha_node_t* node, /* in: hash chain node */
43
40
void* data) /* in: pointer to the data */
52
# define ha_node_set_data(n,b,d) ha_node_set_data_func(n,b,d)
54
# define ha_node_set_data(n,b,d) ha_node_set_data_func(n,d)
57
45
/**********************************************************************
58
46
Gets the next node in a hash chain. */