From ceda7715c02c25fd34628e1509e3c24fd3b49f31 Mon Sep 17 00:00:00 2001 From: jakob Date: Sat, 14 Jan 2017 16:49:23 -0500 Subject: Added quiet option. --- 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 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. */ -- cgit v1.3