aboutsummaryrefslogtreecommitdiff
path: root/src/ioPandaGH.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ioPandaGH.h')
-rw-r--r--src/ioPandaGH.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ioPandaGH.h b/src/ioPandaGH.h
index 51017a8..c5856a2 100644
--- a/src/ioPandaGH.h
+++ b/src/ioPandaGH.h
@@ -39,6 +39,9 @@ typedef struct
/* directory in which to output */
char *out_dir;
+
+ /* stop on I/O parameter parsing errors ? */
+ int stop_on_parse_errors;
} pandaGH;