readfile.h revision 97416
13229Spst/* readfile.h */
297416Salfred/* $FreeBSD: head/libexec/bootpd/readfile.h 97416 2002-05-28 18:31:41Z alfred $ */
33229Spst
43229Spst#include "bptypes.h"
53229Spst#include "hash.h"
63229Spst
797416Salfredextern boolean hwlookcmp(hash_datum *, hash_datum *);
897416Salfredextern boolean iplookcmp(hash_datum *, hash_datum *);
997416Salfredextern boolean nmcmp(hash_datum *, hash_datum *);
1097416Salfredextern void readtab(int);
1197416Salfredextern void rdtab_init(void);
12