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.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/webidl-ast.h b/src/webidl-ast.h
index 0e38b8c..8e14fa4 100644
--- a/src/webidl-ast.h
+++ b/src/webidl-ast.h
@@ -89,6 +89,11 @@ webidl_node_find(struct webidl_node *node,
void *ctx);
struct webidl_node *
+webidl_node_find_type(struct webidl_node *node,
+ struct webidl_node *prev,
+ enum webidl_node_type type);
+
+struct webidl_node *
webidl_node_find_type_ident(struct webidl_node *root_node,
enum webidl_node_type type,
const char *ident);