ucx/list.h

changeset 212
c766c423dee6
parent 211
07a284486fa1
child 220
1f57f196d221
equal deleted inserted replaced
211:07a284486fa1 212:c766c423dee6
177 * 177 *
178 * @param list the list for which the contents shall be freed 178 * @param list the list for which the contents shall be freed
179 * @param destr the destructor function (e.g. stdlib free()) 179 * @param destr the destructor function (e.g. stdlib free())
180 * @see ucx_list_free() 180 * @see ucx_list_free()
181 */ 181 */
182 void ucx_list_free_contents(UcxList* list, ucx_destructor destr); 182 void ucx_list_free_content(UcxList* list, ucx_destructor destr);
183 183
184 184
185 /** 185 /**
186 * Inserts an element at the end of the list. 186 * Inserts an element at the end of the list.
187 * 187 *

mercurial