Sync zoneinfo database with tzdata2010g from elsie.
[dragonfly.git] / libexec / bootpd / readfile.h
blob5da0c42af4a2d933fb163c86df6c33e9ae1b7365
1 /* readfile.h */
3 #include "bptypes.h"
4 #include "hash.h"
6 extern boolean hwlookcmp(hash_datum *, hash_datum *);
7 extern boolean iplookcmp(hash_datum *, hash_datum *);
8 extern boolean nmcmp(hash_datum *, hash_datum *);
9 extern void readtab(int);
10 extern void rdtab_init(void);