Expand PMF_FN_* macros.
[netbsd-mini2440.git] / usr.sbin / bootp / common / readfile.h
bloba0b5f7e4a9c9356ef75668b484a4562b96f57327
1 /* $NetBSD: readfile.h,v 1.2 1998/01/09 08:09:14 perry Exp $ */
3 /* readfile.h */
5 #include "bptypes.h"
6 #include "hash.h"
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);