aboutsummaryrefslogtreecommitdiff
path: root/src/unalf.h
diff options
context:
space:
mode:
authorB. Watson <urchlay@slackware.uk>2025-12-05 01:29:03 -0500
committerB. Watson <urchlay@slackware.uk>2025-12-05 01:29:03 -0500
commitd254450d9dcf29ee08df42e2594cb86abc1d54d3 (patch)
treedd452e3030e8933f34e6e098a6621c1bfef4bcca /src/unalf.h
parent27e2056ec8f5aa2c8ac31ec7d0e34abb99a53cb5 (diff)
downloadalftools-d254450d9dcf29ee08df42e2594cb86abc1d54d3.tar.gz
unalf: Add -n and -s options.
Diffstat (limited to 'src/unalf.h')
-rw-r--r--src/unalf.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/unalf.h b/src/unalf.h
index 4adaeb3..f03ae04 100644
--- a/src/unalf.h
+++ b/src/unalf.h
@@ -81,6 +81,8 @@ typedef struct {
int fixjunk;
int ignore_datetime;
int force;
+ int extract_num;
+ int split;
} opts_t;
#define MAX_EXCLUDES 256