From c1db25526a6990263e9703634401178975cf9d61 Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Thu, 6 Sep 2012 02:59:31 +0100 Subject: initial output generation --- src/genjsbind.h | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'src/genjsbind.h') 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; + -- cgit v1.2.3