summaryrefslogtreecommitdiff
path: root/src/recording.h
diff options
context:
space:
mode:
author諏訪子 <suwako@076.moe>2024-06-18 14:06:43 +0900
committer諏訪子 <suwako@076.moe>2024-06-18 14:06:43 +0900
commit794dffcfe2204a6b7d92072e7af54e6e058dcbe9 (patch)
treeca289c31b554dbfa1ca211d50d877d3ec8a63475 /src/recording.h
parente74aee761ae2470b2c205fefa70b2a46a4be1b0d (diff)
マイクとカメラ(OpenBSDのみ)
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