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/dupname.h | |
| parent | d88ccc4bd4c74c902497541e5be0c685396f5cc8 (diff) | |
| download | alftools-b697d0594268023c24db5855130f8f6af28b250b.tar.gz | |
alf and unalf: Detect dup Atari filenames.
Diffstat (limited to 'src/dupname.h')
| -rw-r--r-- | src/dupname.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/dupname.h b/src/dupname.h new file mode 100644 index 0000000..f051c22 --- /dev/null +++ b/src/dupname.h @@ -0,0 +1 @@ +int is_dup_filename(const char *newname); |
