summaryrefslogtreecommitdiff
path: root/soundbox/pipewire-binding.h
diff options
context:
space:
mode:
Diffstat (limited to 'soundbox/pipewire-binding.h')
-rw-r--r--soundbox/pipewire-binding.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/soundbox/pipewire-binding.h b/soundbox/pipewire-binding.h
new file mode 100644
index 0000000..d25a0b9
--- /dev/null
+++ b/soundbox/pipewire-binding.h
@@ -0,0 +1,10 @@
+#ifndef PIPEWIRE_BINDING_H
+#define PIPEWIRE_BINDING_H
+
+#include <stdint.h>
+#include <stddef.h>
+
+extern void goHandleData(int16_t *, size_t);
+void pw_stdout(void);
+
+#endif // !PIPEWIRE_BINDING_H