blob: e24c2be86d7932a11bf8c9a26462fefe7a790e28 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
/* readfile.h */
/* $FreeBSD: src/libexec/bootpd/readfile.h,v 1.2 2002/05/28 18:31:41 alfred Exp $ */
#include "bptypes.h"
#include "hash.h"
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);
|