From a17c7e61ba8953301c28e94890e459e76f532687 Mon Sep 17 00:00:00 2001 From: jakob Date: Thu, 19 Jan 2017 18:54:37 -0500 Subject: Implemented the ability to specify an output path,. --- src/cli.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/cli.h') 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. */ }; -- cgit v1.3