Found 2 other functions taking a
list_node
argument:
FunctionName : node_delete_from_list Description : remove the node from list Parameters : phead -- the head node of the list pdelete -- the remove node of the list Returns : none
FunctionName : node_insert_to_list Description : insert the node to the list Parameters : phead -- the head node of the list pinsert -- the insert node of the list Returns : none