freebsd-dev/libexec/bootpd/readfile.h
Alfred Perlstein 5ed136e814 Assume __STDC__, remove non-__STDC__ code.
Reviewed by: md5
2002-05-28 18:31:41 +00:00

12 lines
288 B
C

/* readfile.h */
/* $FreeBSD$ */
#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);