summaryrefslogtreecommitdiff
path: root/src/binary-writer-spec.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/binary-writer-spec.h')
-rw-r--r--src/binary-writer-spec.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/binary-writer-spec.h b/src/binary-writer-spec.h
index 5a9dea90..cb4d3d23 100644
--- a/src/binary-writer-spec.h
+++ b/src/binary-writer-spec.h
@@ -21,7 +21,6 @@
#include "binary-writer.h"
#include "common.h"
-struct WabtAllocator;
struct WabtWriter;
#define WABT_WRITE_BINARY_SPEC_OPTIONS_DEFAULT \
@@ -33,8 +32,7 @@ typedef struct WabtWriteBinarySpecOptions {
} WabtWriteBinarySpecOptions;
WABT_EXTERN_C_BEGIN
-WabtResult wabt_write_binary_spec_script(struct WabtAllocator*,
- struct WabtScript*,
+WabtResult wabt_write_binary_spec_script(struct WabtScript*,
const char* source_filename,
const WabtWriteBinarySpecOptions*);
WABT_EXTERN_C_END