diff options
Diffstat (limited to 'src/cli.h')
| -rw-r--r-- | src/cli.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -19,7 +19,7 @@ /* Binary structure for storing command-line options. */ struct configuration { - long long padding; // This is temporary. + const char *archive_path; /* Path to archive to extract. */ }; /* General subroutine for parsing command-line arguments. Returns a |