diff options
Diffstat (limited to 'src/binary-writer-spec.h')
-rw-r--r-- | src/binary-writer-spec.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/binary-writer-spec.h b/src/binary-writer-spec.h index d30de7db..e0efb768 100644 --- a/src/binary-writer-spec.h +++ b/src/binary-writer-spec.h @@ -28,9 +28,9 @@ struct WriteBinarySpecOptions { WriteBinaryOptions write_binary_options; }; -Result write_binary_spec_script(struct Script*, - const char* source_filename, - const WriteBinarySpecOptions*); +Result WriteBinarySpecScript(struct Script*, + const char* source_filename, + const WriteBinarySpecOptions*); } // namespace wabt |