summaryrefslogtreecommitdiff
path: root/src/options.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/options.h')
-rw-r--r--src/options.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/options.h b/src/options.h
index 02674b7..5b7d73d 100644
--- a/src/options.h
+++ b/src/options.h
@@ -18,6 +18,8 @@ struct options {
bool verbose; /**< verbose processing */
bool debug; /**< debug enabled */
bool dbglog; /**< embed debug logging in output */
+ bool dryrun; /**< output is not generated */
+
unsigned int warnings; /**< warning flags */
};