summaryrefslogtreecommitdiff
path: root/src/cli.h
diff options
context:
space:
mode:
authorjakob <jakob@memeware.net>2017-01-19 18:54:37 -0500
committerjakob <jakob@memeware.net>2017-01-19 18:54:37 -0500
commita17c7e61ba8953301c28e94890e459e76f532687 (patch)
treeafa7e44ebce49c4b85792ab043f9a68e930c5cf5 /src/cli.h
parent7604aed47d67a6c0114983b42a26b4c5745c4f0e (diff)
Implemented the ability to specify an output path,.
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. */
};