39
39
ha_node_t* node, /* in: hash chain node */
40
43
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)
45
57
/**********************************************************************
46
58
Gets the next node in a hash chain. */