repo.or.cz
/
freebsd-src.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
ng_mppc(4): Bring netgraph(3) MPPC compression support.
[freebsd-src.git]
/
usr.sbin
/
fwcontrol
/
fwmethods.h
blob
9ac82e6fab8dbc06126cd00ac8cb86f43311ffe1
1
/*-
2
* This file is in the public domain.
3
*
4
* $FreeBSD$
5
*/
6
7
typedef
void
(
fwmethod
)(
int
dev_fd
,
const char
*
filename
,
char
ich
,
int
count
);
8
extern
fwmethod dvrecv
;
9
extern
fwmethod dvsend
;
10
extern
fwmethod mpegtsrecv
;