From b5c56b56cebe3f46c05823300783d1c88c02f12e Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Thu, 11 Oct 2012 18:52:30 +0100 Subject: construct input variables --- src/webidl-ast.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/webidl-ast.h') 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 @@ -88,6 +88,11 @@ webidl_node_find(struct webidl_node *node, webidl_callback_t *cb, 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, -- cgit v1.2.3