diff -r 07a284486fa1 -r c766c423dee6 ucx/list.h --- a/ucx/list.h Wed Oct 21 16:32:30 2015 +0200 +++ b/ucx/list.h Thu Oct 22 11:35:40 2015 +0200 @@ -179,7 +179,7 @@ * @param destr the destructor function (e.g. stdlib free()) * @see ucx_list_free() */ -void ucx_list_free_contents(UcxList* list, ucx_destructor destr); +void ucx_list_free_content(UcxList* list, ucx_destructor destr); /**