diff options
| author | B. Watson <urchlay@slackware.uk> | 2025-11-27 19:14:50 -0500 |
|---|---|---|
| committer | B. Watson <urchlay@slackware.uk> | 2025-11-27 19:14:50 -0500 |
| commit | 0a1b08e58e1ef9a5d60295deb4bf158562718909 (patch) | |
| tree | 4775128dfa048e1bbb07aca75f935d518b4c2dda /src/unalf.h | |
| parent | 8aec307634ac63cf88e77df0e48fde1de0649b03 (diff) | |
| download | unalf-0a1b08e58e1ef9a5d60295deb4bf158562718909.tar.gz | |
Add -f (fix EOF junk) option to unalf.
Diffstat (limited to 'src/unalf.h')
| -rw-r--r-- | src/unalf.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/unalf.h b/src/unalf.h index 1cb71bf..743282d 100644 --- a/src/unalf.h +++ b/src/unalf.h @@ -82,6 +82,7 @@ typedef struct { int extract_to_stdout; int quiet; int verbose_list; + int fixjunk; } opts_t; #define MAX_EXCLUDES 256 |
