xref: /netbsd-src/usr.sbin/bootp/common/readfile.h (revision 131109e49ee3bc3529cf65d9a460f5abc414b02e)
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