summaryrefslogtreecommitdiff
path: root/src/webidl-ast.h
diff options
context:
space:
mode:
authorVincent Sanders <vincent.sanders@collabora.co.uk>2012-10-11 18:52:30 +0100
committerVincent Sanders <vincent.sanders@collabora.co.uk>2012-10-11 18:52:30 +0100
commitb5c56b56cebe3f46c05823300783d1c88c02f12e (patch)
tree1d07ed50e320934c46415c092b008051b0131b4a /src/webidl-ast.h
parentd3b66100f5fc6459d9d466e20bf0b2054d617b85 (diff)
downloadnsgenbind-b5c56b56cebe3f46c05823300783d1c88c02f12e.tar.gz
nsgenbind-b5c56b56cebe3f46c05823300783d1c88c02f12e.tar.bz2
construct input variables
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);