repo.or.cz
/
dragonfly.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Sync libc/stdlib with FreeBSD (ignoring jemalloc, pts, and gdtoa):
[dragonfly.git]
/
libexec
/
bootpd
/
readfile.h
blob
5da0c42af4a2d933fb163c86df6c33e9ae1b7365
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
);