From 4c52777ca9e52edd0bff76168d886de9757ea457 Mon Sep 17 00:00:00 2001 From: Elias Fleckenstein Date: Thu, 30 Dec 2021 16:53:37 +0100 Subject: Add :ref module and refactor type handling --- api/ref.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'api/ref.h') diff --git a/api/ref.h b/api/ref.h index 6a2fead..4bbe017 100644 --- a/api/ref.h +++ b/api/ref.h @@ -4,7 +4,7 @@ #include "vm.h" extern UwUVMType uwuref_type; - -UwUVMValue uwuref_create(UwUVMFunction *function); +UwUVMValue uwuref_create(UwUVMFunction *value); +UwUVMFunction *uwuref_get(UwUVMValue vm_value); #endif -- cgit v1.2.3