]> CyberLeo.Net >> Repos - FreeBSD/releng/8.1.git/blob - usr.sbin/fwcontrol/fwmethods.h
Copy stable/8 to releng/8.1 in preparation for 8.1-RC1.
[FreeBSD/releng/8.1.git] / usr.sbin / fwcontrol / fwmethods.h
1 /*-
2  * This file is in the public domain.
3  *
4  * $FreeBSD$
5  */
6
7 typedef void (fwmethod)(int dev_fd, const char *filename, char ich, int count);
8 extern fwmethod dvrecv;
9 extern fwmethod dvsend;
10 extern fwmethod mpegtsrecv;