blob: d25a0b9d54cd4b37699543f603825bf9113c3510 (
plain)
1
2
3
4
5
6
7
8
9
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
|