diff options
| author | B. Watson <urchlay@slackware.uk> | 2025-11-18 01:36:46 -0500 |
|---|---|---|
| committer | B. Watson <urchlay@slackware.uk> | 2025-11-18 01:36:46 -0500 |
| commit | 8f14d6dd1293e0f1e2d3f65b596f0fa6f162a383 (patch) | |
| tree | 2aea8ca7b98f02da42a4013fefce74e433f4f3a7 /src/unalf.h | |
| parent | 409ec782e1a74cbd86b6e51b49c0785021be0fdc (diff) | |
| download | unalf-8f14d6dd1293e0f1e2d3f65b596f0fa6f162a383.tar.gz | |
Better text file detection for -aa; convert tabs with -a or -aa.
Diffstat (limited to 'src/unalf.h')
| -rw-r--r-- | src/unalf.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/unalf.h b/src/unalf.h index 422183a..12654ec 100644 --- a/src/unalf.h +++ b/src/unalf.h @@ -45,6 +45,7 @@ unsigned int getquad(int offs); /* extract.c */ extern int bad_checksum_count; +extern int new_file; void extract_alf(void); void dpoke(int addr, u16 value); u16 dpeek(int addr); |
