diff options
Diffstat (limited to 'libexec/bootpd/readfile.h')
-rw-r--r-- | libexec/bootpd/readfile.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/libexec/bootpd/readfile.h b/libexec/bootpd/readfile.h new file mode 100644 index 000000000000..5da0c42af4a2 --- /dev/null +++ b/libexec/bootpd/readfile.h @@ -0,0 +1,10 @@ +/* readfile.h */ + +#include "bptypes.h" +#include "hash.h" + +extern boolean hwlookcmp(hash_datum *, hash_datum *); +extern boolean iplookcmp(hash_datum *, hash_datum *); +extern boolean nmcmp(hash_datum *, hash_datum *); +extern void readtab(int); +extern void rdtab_init(void); |