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.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/webidl-ast.h b/src/webidl-ast.h
index 59dfcac..0a8079b 100644
--- a/src/webidl-ast.h
+++ b/src/webidl-ast.h
@@ -163,5 +163,9 @@ int webidl_intercalate_implements(struct webidl_node *node);
*/
int webidl_fprintf(FILE *stream, const char *format, ...);
+/**
+ * get string of argument type
+ */
+const char *webidl_type_to_str(enum webidl_type t);
#endif