summaryrefslogtreecommitdiff
path: root/src/recording.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/recording.h')
-rw-r--r--src/recording.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/recording.h b/src/recording.h
new file mode 100644
index 0000000..bf68106
--- /dev/null
+++ b/src/recording.h
@@ -0,0 +1,9 @@
+#if defined(__OpenBSD__)
+#ifndef RECORDING_H
+#define RECORDING_H
+
+void display_recording_audio();
+void display_recording_video();
+
+#endif
+#endif