ucx/list.h

changeset 212
c766c423dee6
parent 211
07a284486fa1
child 220
1f57f196d221
     1.1 --- a/ucx/list.h	Wed Oct 21 16:32:30 2015 +0200
     1.2 +++ b/ucx/list.h	Thu Oct 22 11:35:40 2015 +0200
     1.3 @@ -179,7 +179,7 @@
     1.4   * @param destr the destructor function (e.g. stdlib free())
     1.5   * @see ucx_list_free()
     1.6   */
     1.7 -void ucx_list_free_contents(UcxList* list, ucx_destructor destr);
     1.8 +void ucx_list_free_content(UcxList* list, ucx_destructor destr);
     1.9  
    1.10  
    1.11  /**

mercurial