readfile.h revision 256281
1/* readfile.h */
2/* $FreeBSD: stable/10/libexec/bootpd/readfile.h 97416 2002-05-28 18:31:41Z alfred $ */
3
4#include "bptypes.h"
5#include "hash.h"
6
7extern boolean hwlookcmp(hash_datum *, hash_datum *);
8extern boolean iplookcmp(hash_datum *, hash_datum *);
9extern boolean nmcmp(hash_datum *, hash_datum *);
10extern void readtab(int);
11extern void rdtab_init(void);
12