- Test m_pkthdr.fw_flags against DUMMYNET_MBUF_TAGGED before trying to locate
[dragonfly/netmp.git] / libexec / bootpd / readfile.h
blob3913455857c3e03314fd53fd5a2e0e8e445fe9ef
1 /* readfile.h */
3 #include "bptypes.h"
4 #include "hash.h"
6 #ifdef __STDC__
7 #define P(args) args
8 #else
9 #define P(args) ()
10 #endif
12 extern boolean hwlookcmp P((hash_datum *, hash_datum *));
13 extern boolean iplookcmp P((hash_datum *, hash_datum *));
14 extern boolean nmcmp P((hash_datum *, hash_datum *));
15 extern void readtab P((int));
16 extern void rdtab_init P((void));
18 #undef P