diff options
Diffstat (limited to 'src/unalf.h')
| -rw-r--r-- | src/unalf.h | 7 |
1 files 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 |
