summaryrefslogtreecommitdiff
path: root/src/genjsbind.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/genjsbind.h')
-rw-r--r--src/genjsbind.h11
1 files changed, 10 insertions, 1 deletions
diff --git a/src/genjsbind.h b/src/genjsbind.h
index 69d2f59..47f3c11 100644
--- a/src/genjsbind.h
+++ b/src/genjsbind.h
@@ -1 +1,10 @@
-extern int loadwebidl(char *filename);
+struct options {
+ char *outfilename;
+ char *infilename;
+ char *idlpath;
+ bool verbose;
+ bool debug;
+};
+
+extern struct options *options;
+