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