From 0a1b08e58e1ef9a5d60295deb4bf158562718909 Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Thu, 27 Nov 2025 19:14:50 -0500 Subject: Add -f (fix EOF junk) option to unalf. --- src/unalf.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/unalf.h') 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 -- cgit v1.2.3