summaryrefslogtreecommitdiff
path: root/src/genjsbind.h
blob: 47f3c11487a3b41f68ac293c26b8a0c8056dd77d (plain)
1
2
3
4
5
6
7
8
9
10
struct options {
	char *outfilename;
	char *infilename;
	char *idlpath;
	bool verbose;
	bool debug;
};

extern struct options *options;