]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - libexec/bootpd/readfile.h
Add 'contrib/bsddialog/' from commit '857c66bb5f3c5651b012beb1b5ea6ba39354ea94'
[FreeBSD/FreeBSD.git] / libexec / bootpd / readfile.h
1 /* readfile.h */
2 /* $FreeBSD$ */
3
4 #include "bptypes.h"
5 #include "hash.h"
6
7 extern boolean hwlookcmp(hash_datum *, hash_datum *);
8 extern boolean iplookcmp(hash_datum *, hash_datum *);
9 extern boolean nmcmp(hash_datum *, hash_datum *);
10 extern void readtab(int);
11 extern void rdtab_init(void);