|
|
1.1 root 1: #ifndef ARMORP_H
2: #define ARMORP_H
3:
4: #include <stdio.h>
5:
6: /* #define crcword unsigned short */ /* if CRCBITS is 16 */
7: /* #define crcword unsigned short */ /* if CRCBITS is 16 */
8:
1.1.1.2 ! root 9: #ifdef __alpha
! 10: #define crcword unsigned int /* if CRCBITS is 24 or 32 */
! 11: #else
1.1 root 12: #define crcword unsigned long /* if CRCBITS is 24 or 32 */
1.1.1.2 ! root 13: #endif
1.1 root 14:
1.1.1.2 ! root 15: extern crcword crcbytes(byte *buf, unsigned len, register crcword accum);
1.1 root 16: extern void init_crc(void);
17: extern int armor_file (char *infile, char *outfile, char *filename,
18: char *clearname);
19: extern int de_armor_file(char *infile, char *outfile, long *curline);
20: extern boolean is_armor_file (char *infile, long startline);
21:
22: #endif /* #ifdef ARMORP_H */
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.