diff options
Diffstat (limited to 'src/binary-reader-ast.h')
-rw-r--r-- | src/binary-reader-ast.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/binary-reader-ast.h b/src/binary-reader-ast.h index 512a75ba..c4dec0af 100644 --- a/src/binary-reader-ast.h +++ b/src/binary-reader-ast.h @@ -19,13 +19,11 @@ #include "common.h" -struct WabtAllocator; struct WabtModule; struct WabtReadBinaryOptions; WABT_EXTERN_C_BEGIN -WabtResult wabt_read_binary_ast(struct WabtAllocator* allocator, - const void* data, +WabtResult wabt_read_binary_ast(const void* data, size_t size, const struct WabtReadBinaryOptions* options, WabtBinaryErrorHandler*, |