summaryrefslogtreecommitdiff
path: root/src/webidl-ast.h
diff options
context:
space:
mode:
authorVincent Sanders <vincent.sanders@collabora.co.uk>2012-09-24 20:29:25 +0100
committerVincent Sanders <vincent.sanders@collabora.co.uk>2012-09-24 20:29:25 +0100
commit4b043613d1a20980b13a6e9b0c8a7ff91c035b2f (patch)
treece818286fe2227746369e026ad7b84d7ea083177 /src/webidl-ast.h
parentb5c59d1138c704afd09c4716faabe79f04a80616 (diff)
downloadnsgenbind-4b043613d1a20980b13a6e9b0c8a7ff91c035b2f.tar.gz
nsgenbind-4b043613d1a20980b13a6e9b0c8a7ff91c035b2f.tar.bz2
add interface function return type
Diffstat (limited to 'src/webidl-ast.h')
-rw-r--r--src/webidl-ast.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/webidl-ast.h b/src/webidl-ast.h
index 7c32d82..c41149d 100644
--- a/src/webidl-ast.h
+++ b/src/webidl-ast.h
@@ -39,6 +39,7 @@ enum webidl_type {
WEBIDL_TYPE_OBJECT,
WEBIDL_TYPE_DATE,
WEBIDL_TYPE_USER,
+ WEBIDL_TYPE_VOID,
};
enum webidl_type_modifier {