diff options
| author | B. Watson <urchlay@slackware.uk> | 2025-12-04 16:15:27 -0500 |
|---|---|---|
| committer | B. Watson <urchlay@slackware.uk> | 2025-12-04 16:15:27 -0500 |
| commit | b697d0594268023c24db5855130f8f6af28b250b (patch) | |
| tree | 16405e14f93b74dd0e5dec07ac346a05bdf8cf06 /src/alf.c | |
| parent | d88ccc4bd4c74c902497541e5be0c685396f5cc8 (diff) | |
| download | alftools-b697d0594268023c24db5855130f8f6af28b250b.tar.gz | |
alf and unalf: Detect dup Atari filenames.
Diffstat (limited to 'src/alf.c')
| -rw-r--r-- | src/alf.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -12,6 +12,7 @@ #include "sanity.h" #include "self.h" #include "crunch.h" +#include "dupname.h" int opt_append = 0; int opt_overwrite = 0; |
