Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-src
Path: blob/main/libexec/bootpd/readfile.h
34856 views
1
/* readfile.h */
2
3
#include "bptypes.h"
4
#include "hash.h"
5
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);
11
12