From 7fc936943d5c5dd58ba2767a87d59101061d32ac Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Mon, 24 Nov 2025 17:37:46 -0500 Subject: Clean up unalf.h slightly. --- src/unalf.h | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/src/unalf.h b/src/unalf.h index 6096101..cab319f 100644 --- a/src/unalf.h +++ b/src/unalf.h @@ -84,13 +84,12 @@ typedef struct { int overwrite; int extract_to_stdout; int quiet; - char *exclude_glob; int verbose_list; } opts_t; +#define MAX_EXCLUDES 256 + extern opts_t opts; -extern const char *exclude_globs[256]; +extern const char *exclude_globs[MAX_EXCLUDES]; extern char * const *include_globs; extern int exclude_count; - -#define MAX_EXCLUDES 256 -- cgit v1.2.3