xref: /freebsd/usr.sbin/fwcontrol/fwmethods.h (revision 7d99ab9fd0cc2c1ce2ecef0ed6d0672c2a50b0cb)
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;
11