From 3b9772a65146afb36e29b5bce082ce5aa1483c22 Mon Sep 17 00:00:00 2001 From: jakob Date: Sat, 4 Feb 2017 10:41:33 -0500 Subject: Deprecated flag in favor of variadic arguments. --- 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 3f96f28..d16d4a7 100644 --- a/src/cli.h +++ b/src/cli.h @@ -38,6 +38,7 @@ typedef enum mode_type { /* Binary structure for storing command-line options. */ struct configuration { int quiet; /* Level of output verbosity. */ + int vararg_index; /* Index of where a variadic list of paths starts. */ 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. */ -- cgit v1.3