diff options
Diffstat (limited to 'vm.h')
-rw-r--r-- | vm.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -125,5 +125,6 @@ void __attribute__((format(printf, 3, 0))) uc_vm_raise_exception(uc_vm *vm, uc_exception_type_t type, const char *fmt, ...); uc_vm_status_t uc_vm_execute(uc_vm *vm, uc_function_t *fn, uc_value_t *modules); +uc_value_t *uc_vm_invoke(uc_vm *vm, const char *fname, size_t nargs, ...); #endif /* __VM_H_ */ |