aboutsummaryrefslogtreecommitdiff
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.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/usr.sbin/fwcontrol/fwmethods.h b/usr.sbin/fwcontrol/fwmethods.h
new file mode 100644
index 000000000000..484e2044e8c6
--- /dev/null
+++ b/usr.sbin/fwcontrol/fwmethods.h
@@ -0,0 +1,8 @@
+/*-
+ * This file is in the public domain.
+ */
+
+typedef void (fwmethod)(int dev_fd, const char *filename, char ich, int count);
+extern fwmethod dvrecv;
+extern fwmethod dvsend;
+extern fwmethod mpegtsrecv;