ng_mppc(4): Bring netgraph(3) MPPC compression support.
[freebsd-src.git] / usr.sbin / fwcontrol / fwmethods.h
blob9ac82e6fab8dbc06126cd00ac8cb86f43311ffe1
1 /*-
2 * This file is in the public domain.
4 * $FreeBSD$
5 */
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;