summaryrefslogtreecommitdiffhomepage
path: root/lib.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib.c')
-rw-r--r--lib.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib.c b/lib.c
index 9dfeb1e..64ac653 100644
--- a/lib.c
+++ b/lib.c
@@ -1761,6 +1761,7 @@ const struct ut_ops ut = {
.set_type = ut_set_extended_type,
.get_type = ut_get_extended_type,
.new_object = ut_new_object,
+ .invoke = ut_invoke,
};
static const struct { const char *name; ut_c_fn *func; } functions[] = {