1994-09-30 05:45:07 +00:00
|
|
|
/* readfile.h */
|
2002-05-28 18:31:41 +00:00
|
|
|
/* $FreeBSD$ */
|
1994-09-30 05:45:07 +00:00
|
|
|
|
|
|
|
#include "bptypes.h"
|
|
|
|
#include "hash.h"
|
|
|
|
|
2002-05-28 18:31:41 +00:00
|
|
|
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);
|