repo.or.cz
/
minix.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Drop main() prototype. Syncs with NetBSD-8
[minix.git]
/
external
/
bsd
/
libpcap
/
dist
/
pcap-snf.h
blob
740837787a7ff1fb217f0896539602210313e0ed
1
/* $NetBSD: pcap-snf.h,v 1.2 2014/11/19 19:33:30 christos Exp $ */
2
3
pcap_t
*
snf_create
(
const char
*,
char
*,
int
*);
4
int
snf_findalldevs
(
pcap_if_t
**
devlistp
,
char
*
errbuf
);