diff th_datastruct.c @ 753:64cb2b1777a9

Rename function th_llist_find() to th_llist_find_data().
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 26 Jan 2023 07:23:12 +0200
parents 3710c117b7c7
children d91d1174cfd8
line wrap: on
line diff
--- a/th_datastruct.c	Wed Jan 11 12:00:52 2023 +0200
+++ b/th_datastruct.c	Thu Jan 26 07:23:12 2023 +0200
@@ -253,7 +253,7 @@
 }
 
 
-th_llist_t * th_llist_find(th_llist_t *list, const void *data)
+th_llist_t * th_llist_find_data(th_llist_t *list, const void *data)
 {
     th_llist_t *curr = list;