diff options
Diffstat (limited to 'core/libdeno.rs')
-rw-r--r-- | core/libdeno.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/libdeno.rs b/core/libdeno.rs index 84f21e89e..a17a8e521 100644 --- a/core/libdeno.rs +++ b/core/libdeno.rs @@ -267,6 +267,7 @@ extern "C" { i: *const isolate, user_data: *const c_void, buf: deno_buf, + promise_id: *const c_int, ); pub fn deno_pinned_buf_delete(buf: &mut deno_pinned_buf); pub fn deno_execute( |