summaryrefslogtreecommitdiffstats
path: root/audio/unix.h
diff options
context:
space:
mode:
Diffstat (limited to 'audio/unix.h')
-rw-r--r--audio/unix.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/audio/unix.h b/audio/unix.h
index 4f3fc994..15da23ab 100644
--- a/audio/unix.h
+++ b/audio/unix.h
@@ -21,6 +21,9 @@
*
*/
+#include "ipc.h"
+
int unix_init(void);
void unix_exit(void);
+int unix_send_cfg(int sock, struct ipc_packet *pkt);