summaryrefslogtreecommitdiff
path: root/src/cli.h
diff options
context:
space:
mode:
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 d02bca7..3f96f28 100644
--- a/src/cli.h
+++ b/src/cli.h
@@ -40,6 +40,7 @@ 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. */
+ char *output; /* Path to extract files to. */
const char *archive; /* Path to archive to extract. */
};