diff options
| author | jakob <jakob@memeware.net> | 2017-01-08 20:22:46 -0500 |
|---|---|---|
| committer | jakob <jakob@memeware.net> | 2017-01-08 20:22:46 -0500 |
| commit | 7d141c7e79bb9688a475b88722f6101ad01ef782 (patch) | |
| tree | c6afc8951270e57461ce25d32a32665ab52d7d6c /src/cli.h | |
| parent | b3560b1005d3bc78a4f00a2279eb791209801a98 (diff) | |
Large commit. Filenames are now converted from UTF-16LE and placed into a linked list. Parsers also exist for every entry in the XP3 format.
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 |