1/*-
2 * This file is in the public domain.
3 */
4
5typedef void (fwmethod)(int dev_fd, const char *filename, char ich, int count);
6extern fwmethod dvrecv;
7extern fwmethod dvsend;
8extern fwmethod mpegtsrecv;
9