1 1.1.4.2 matt /*- 2 1.1.4.2 matt * This file is in the public domain. 3 1.1.4.2 matt * 4 1.1.4.2 matt * $FreeBSD: src/usr.sbin/fwcontrol/fwmethods.h,v 1.1 2006/10/26 22:33:38 imp Exp $ 5 1.1.4.2 matt */ 6 1.1.4.2 matt 7 1.1.4.2 matt typedef void (fwmethod)(int dev_fd, const char *filename, char ich, int count); 8 1.1.4.2 matt extern fwmethod dvrecv; 9 1.1.4.2 matt extern fwmethod dvsend; 10 1.1.4.2 matt extern fwmethod mpegtsrecv; 11