readfile.h revision 3229
1/* readfile.h */
2
3#include "bptypes.h"
4#include "hash.h"
5
6#ifdef	__STDC__
7#define P(args) args
8#else
9#define P(args) ()
10#endif
11
12extern boolean hwlookcmp P((hash_datum *, hash_datum *));
13extern boolean iplookcmp P((hash_datum *, hash_datum *));
14extern boolean nmcmp P((hash_datum *, hash_datum *));
15extern void readtab P((int));
16extern void rdtab_init P((void));
17
18#undef P
19
20