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.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/webidl-ast.h b/src/webidl-ast.h
index 70518fd..eaa8d44 100644
--- a/src/webidl-ast.h
+++ b/src/webidl-ast.h
@@ -95,6 +95,8 @@ int webidl_node_for_each_type(struct webidl_node *node,
webidl_callback_t *cb,
void *ctx);
+int webidl_node_enumerate_type(struct webidl_node *node, enum webidl_node_type type);
+
struct webidl_node *
webidl_node_find(struct webidl_node *node,
struct webidl_node *prev,