summaryrefslogtreecommitdiff
path: root/src/webidl-ast.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/webidl-ast.h')
-rw-r--r--src/webidl-ast.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/webidl-ast.h b/src/webidl-ast.h
index eaa8d44..a494f4e 100644
--- a/src/webidl-ast.h
+++ b/src/webidl-ast.h
@@ -120,4 +120,7 @@ int webidl_ast_dump(struct webidl_node *node, int indent);
/** parse web idl file */
int webidl_parsefile(char *filename, struct webidl_node **webidl_ast);
+/** perform replacement of implements elements with copies of ast data */
+int webidl_intercalate_implements(struct webidl_node *node);
+
#endif