summaryrefslogtreecommitdiff
path: root/src/cli.h
diff options
context:
space:
mode:
authorjakob <jakob@memeware.net>2017-01-14 16:49:23 -0500
committerjakob <jakob@memeware.net>2017-01-14 16:49:23 -0500
commitceda7715c02c25fd34628e1509e3c24fd3b49f31 (patch)
tree8117f84a4aa75db25dce52885f95d1a943ce470b /src/cli.h
parentd6a443127b6f8173aeab214942e0b6f31f7c4224 (diff)
Added quiet option.
Diffstat (limited to 'src/cli.h')
-rw-r--r--src/cli.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cli.h b/src/cli.h
index 2b2d988..5874fb2 100644
--- a/src/cli.h
+++ b/src/cli.h
@@ -37,6 +37,7 @@ typedef enum mode_type {
/* Binary structure for storing command-line options. */
struct configuration {
+ int quiet; /* Level of output verbosity. */
game_type game; /* Which decryption key to use. */
mode_type mode; /* What to do after initial sanity checks. */
const char *archive_path; /* Path to archive to extract. */