diff options
| author | B. Watson <urchlay@slackware.uk> | 2025-11-14 17:03:36 -0500 |
|---|---|---|
| committer | B. Watson <urchlay@slackware.uk> | 2025-11-14 17:03:36 -0500 |
| commit | c6c54622b219a25cbbd24665c2394056ac33b8b4 (patch) | |
| tree | b6535c3fcff5d404633c7a338591032561931584 /src/unalf.h | |
| parent | d94681f507e624eebbcffa218882e6cd73ca9784 (diff) | |
| download | unalf-c6c54622b219a25cbbd24665c2394056ac33b8b4.tar.gz | |
Exit status 2 for bad checksums, print report with -t.
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 030f6f2..40a23d1 100644 --- a/src/unalf.h +++ b/src/unalf.h @@ -39,6 +39,7 @@ void list_alf(void); unsigned int getquad(int offs); /* extract.c */ +extern int bad_checksum_count; void extract_alf(void); void dpoke(int addr, u16 value); u16 dpeek(int addr); |
