3 * (C) 1993 Andrew Brooks, arb@comp.lancs.ac.uk
10 * Flag to indicate whether the current archive is ArcFS format
16 * Number of bits of compression
18 extern int arcfs_maxbits
;
22 * Original size of file being extracted
24 extern long writesize
;
31 Header
*arcfs_read_header(FILE *ifp
);
33 void arcfs_fixtime(Header
*hdr
);
36 #endif /* __ARCFS_H */