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