aboutsummaryrefslogtreecommitdiffstats
path: root/src/argparser.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/argparser.h')
-rw-r--r--src/argparser.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/argparser.h b/src/argparser.h
index 82fd3b2..a2fff4e 100644
--- a/src/argparser.h
+++ b/src/argparser.h
@@ -123,6 +123,11 @@ char* args_usage;
char* args_longdescription;
/**
+ * The error output file descriptor
+ */
+int args_out_fd;
+
+/**
* The error output stream
*/
FILE* args_out;