blob: 05db6614ef2902c9e7110d7cf7b4884f0d1645a7 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- macunpack/zma.h.orig 1993-10-02 20:16:00 UTC
+++ macunpack/zma.h
@@ -20,7 +20,7 @@
#define Z_RCRC 44 /* Resource crc */
#define Z_FNAME 46 /* File name length and name */
-typedef struct fileHdr { /* 78 bytes */
+struct fileHdr { /* 78 bytes */
char deleted; /* Not in original, split off from: */
char what; /* What kind? Negative if deleted */
unsigned char hlen ; /* Header length */
|