summaryrefslogtreecommitdiff
path: root/src/options.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/options.h')
-rw-r--r--src/options.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/options.h b/src/options.h
index 13c02be..e002a11 100644
--- a/src/options.h
+++ b/src/options.h
@@ -14,10 +14,14 @@ struct options {
char *infilename; /**< binding source */
char *outfilename; /**< output source file */
+ FILE *outfilehandle; /**< output file handle */
+
char *hdrfilename; /**< output header file */
+ FILE *hdrfilehandle; /**< output file handle */
char *depfilename; /**< dependancy output*/
FILE *depfilehandle; /**< dependancy file handle */
+
char *idlpath; /**< path to IDL files */
bool verbose; /**< verbose processing */