diff th_datastruct.c @ 560:414755d33796

Rename th_llist_free_func() to th_llist_free_func_data() to make it a bit more clear what this function does.
author Matti Hamalainen <ccr@tnsp.org>
date Sun, 05 Jan 2020 20:47:21 +0200
parents 3a852e9f70a6
children 935ee9a9f631
line wrap: on
line diff
--- a/th_datastruct.c	Sun Jan 05 20:17:59 2020 +0200
+++ b/th_datastruct.c	Sun Jan 05 20:47:21 2020 +0200
@@ -35,7 +35,7 @@
 }
 
 
-void th_llist_free_func(th_llist_t *list, void (*freefunc)(void *data))
+void th_llist_free_func_data(th_llist_t *list, void (*freefunc)(void *data))
 {
     th_llist_t *curr = list;