blob: 5da0c42af4a2d933fb163c86df6c33e9ae1b7365 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
/* readfile.h */
#include "bptypes.h"
#include "hash.h"
extern boolean hwlookcmp(hash_datum *, hash_datum *);
extern boolean iplookcmp(hash_datum *, hash_datum *);
extern boolean nmcmp(hash_datum *, hash_datum *);
extern void readtab(int);
extern void rdtab_init(void);
|