src/string_list.h

changeset 94
9637e3efb8e7
parent 81
54515e5d60f5
--- a/src/string_list.h	Tue Jun 30 11:55:49 2026 +0200
+++ b/src/string_list.h	Tue Jun 30 12:00:16 2026 +0200
@@ -33,6 +33,7 @@
   size_t count;
   size_t capacity;
   char** items;
+  void (*free_item)(void*);
 } string_list_t;
 
 #ifdef _cplusplus

mercurial