summaryrefslogtreecommitdiffstats
path: root/usr.sbin/fwcontrol/fwmethods.h
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/fwcontrol/fwmethods.h')
-rw-r--r--usr.sbin/fwcontrol/fwmethods.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/usr.sbin/fwcontrol/fwmethods.h b/usr.sbin/fwcontrol/fwmethods.h
new file mode 100644
index 0000000..9ac82e6
--- /dev/null
+++ b/usr.sbin/fwcontrol/fwmethods.h
@@ -0,0 +1,10 @@
+/*-
+ * 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;
OpenPOWER on IntegriCloud