| c_list_error_t c_list_set_current_entry | ( | c_list_t * | c_list, |
| const c_list_entry_t * | c_list_entry | ||
| ) |
Set details of current entry.
Replace the current entry with the data contained in c_list_entry.
| [in] | c_list | list object |
| [in] | c_list_entry | pointer to entry object containing new data |