--- a/ui/common/types.h Sat Apr 05 17:57:04 2025 +0200 +++ b/ui/common/types.h Sun Jul 20 22:04:39 2025 +0200 @@ -34,8 +34,9 @@ #ifdef __cplusplus extern "C" { #endif - - + +void uic_ucx_list_init(UiContext *ctx, UiList *list, void *unused); + void uic_int_copy(UiInteger *from, UiInteger *to); void uic_double_copy(UiDouble *from, UiDouble *to); void uic_string_copy(UiString *from, UiString *to);