aboutsummaryrefslogtreecommitdiff
path: root/src/unalf.h
diff options
context:
space:
mode:
authorB. Watson <urchlay@slackware.uk>2025-11-29 01:02:02 -0500
committerB. Watson <urchlay@slackware.uk>2025-11-29 01:02:02 -0500
commit3340301b02ae647cdb286112c32772bda0faf503 (patch)
tree6847f4f17dee95c5801e3e80607f2c1f6c1f983c /src/unalf.h
parent0861fc6fc6614084bad79db36eeae4eefd75ff9e (diff)
downloadalftools-3340301b02ae647cdb286112c32772bda0faf503.tar.gz
unalf: actually use timestamps from the alf header (and add -T option to not use them).
Diffstat (limited to 'src/unalf.h')
-rw-r--r--src/unalf.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/unalf.h b/src/unalf.h
index 743282d..2d0072e 100644
--- a/src/unalf.h
+++ b/src/unalf.h
@@ -83,6 +83,7 @@ typedef struct {
int quiet;
int verbose_list;
int fixjunk;
+ int ignore_datetime;
} opts_t;
#define MAX_EXCLUDES 256