mirror of
https://github.com/opnsense/src.git
synced 2026-02-12 15:24:40 -05:00
10 lines
219 B
C
10 lines
219 B
C
/*-
|
|
* This file is in the public domain.
|
|
*
|
|
* $FreeBSD$
|
|
*/
|
|
|
|
typedef void (fwmethod)(int dev_fd, const char *filename, char ich, int count);
|
|
extern fwmethod dvrecv;
|
|
extern fwmethod dvsend;
|
|
extern fwmethod mpegtsrecv;
|