summaryrefslogtreecommitdiff
path: root/src/ast-parser.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ast-parser.h')
-rw-r--r--src/ast-parser.h18
1 files changed, 9 insertions, 9 deletions
diff --git a/src/ast-parser.h b/src/ast-parser.h
index d19ddcca..b5d58ffc 100644
--- a/src/ast-parser.h
+++ b/src/ast-parser.h
@@ -14,18 +14,18 @@
* limitations under the License.
*/
-#ifndef WASM_AST_PARSER_H_
-#define WASM_AST_PARSER_H_
+#ifndef WABT_AST_PARSER_H_
+#define WABT_AST_PARSER_H_
#include "ast-lexer.h"
#include "common.h"
-struct WasmScript;
+struct WabtScript;
-WASM_EXTERN_C_BEGIN
-WasmResult wasm_parse_ast(WasmAstLexer* lexer,
- struct WasmScript* out_script,
- WasmSourceErrorHandler*);
-WASM_EXTERN_C_END
+WABT_EXTERN_C_BEGIN
+WabtResult wabt_parse_ast(WabtAstLexer* lexer,
+ struct WabtScript* out_script,
+ WabtSourceErrorHandler*);
+WABT_EXTERN_C_END
-#endif /* WASM_AST_PARSER_H_ */
+#endif /* WABT_AST_PARSER_H_ */