Assorted whitespace cleanup and typo fixes.
[haiku.git] / src / bin / fwcontrol / fwmethods.h
blob9cb23f30c5968064fdaff6c4c04a605d6af55623
1 /*-
2 * This file is in the public domain.
4 * $FreeBSD: src/usr.sbin/fwcontrol/fwmethods.h,v 1.1 2006/10/26 22:33:38 imp Exp $
5 */
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;