summaryrefslogtreecommitdiff
path: root/ext/ffi/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'ext/ffi/lib.rs')
-rw-r--r--ext/ffi/lib.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/ffi/lib.rs b/ext/ffi/lib.rs
index 1ca921119..a3cd0ebda 100644
--- a/ext/ffi/lib.rs
+++ b/ext/ffi/lib.rs
@@ -74,6 +74,7 @@ deno_core::extension!(deno_ffi,
op_ffi_ptr_create<P>,
op_ffi_ptr_equals<P>,
op_ffi_ptr_of<P>,
+ op_ffi_ptr_of_exact<P>,
op_ffi_ptr_offset<P>,
op_ffi_ptr_value<P>,
op_ffi_get_buf<P>,