summaryrefslogtreecommitdiff
path: root/fonts/mathtime/cs/checksum.h
blob: a5db8486dd7bf95aec9c8dbc25774468bd70c0b3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/* checksum.h
 * ----------
 */

#define  NOERROR	0
#define  NOFILE		1
#define  WRONGTFMFILE	2
#define  WRONGPKFILE	3
#define  NOTFMORPK	4

#ifdef __STDC__
int readfile(char *, unsigned long *);
#else
int readfile();
#endif