xref: /netbsd-src/usr.sbin/bootp/common/readfile.h (revision 946379e7b37692fc43f68eb0d1c10daa0a7f3b6c)
1 /*	$NetBSD: readfile.h,v 1.3 2002/07/14 00:26:18 wiz Exp $	*/
2 
3 /* readfile.h */
4 
5 #include "bptypes.h"
6 #include "hash.h"
7 
8 extern boolean hwlookcmp(hash_datum *, hash_datum *);
9 extern boolean iplookcmp(hash_datum *, hash_datum *);
10 extern boolean nmcmp(hash_datum *, hash_datum *);
11 extern void readtab(int);
12 extern void rdtab_init(void);
13