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
<sys/types.h>: Use __BSD_VISIBLE instead of !_POSIX_SOURCE.
[dragonfly.git]
/
libexec
/
bootpd
/
getether.h
blob
2f98299278c66980bcdbf56d6a95b66a36fe5078
1
/* getether.h */
2
3
#ifdef __STDC__
4
extern
int
getether
(
char
*
ifname
,
char
*
eaptr
);
5
#else
6
extern
int
getether
();
7
#endif