ui/common/types.h

changeset 115
e57ca2747782
parent 108
77254bd6dccb
--- a/ui/common/types.h	Sun Dec 07 20:00:33 2025 +0100
+++ b/ui/common/types.h	Sat Dec 13 15:58:58 2025 +0100
@@ -36,6 +36,7 @@
 #endif
     
 void uic_ucx_list_init(UiContext *ctx, UiList *list, void *unused);
+void uic_ucx_list_destroy(UiContext *ctx, UiList *list, void *unused);
     
 void uic_int_copy(UiInteger *from, UiInteger *to);
 void uic_double_copy(UiDouble *from, UiDouble *to);

mercurial