xref: /freebsd/usr.sbin/fwcontrol/fwmethods.h (revision f29af8618bf94f1e58877feb6dbef35bd8bbf56b)
1 /*-
2  * This file is in the public domain.
3  */
4 
5 typedef void (fwmethod)(int dev_fd, const char *filename, char ich, int count);
6 extern fwmethod dvrecv;
7 extern fwmethod dvsend;
8 extern fwmethod mpegtsrecv;
9