summaryrefslogtreecommitdiffstats
path: root/audio/unix.h
diff options
context:
space:
mode:
Diffstat (limited to 'audio/unix.h')
-rw-r--r--audio/unix.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/audio/unix.h b/audio/unix.h
index 32cf4af9..c771b965 100644
--- a/audio/unix.h
+++ b/audio/unix.h
@@ -24,7 +24,6 @@
#include "ipc.h"
int unix_init(void);
-
void unix_exit(void);
-int unix_send_cfg(int sock, struct ipc_packet *pkt);
-int unix_send_status(int sock, struct ipc_packet *pkt);
+
+int unix_send_cfg(int sock, struct ipc_data_cfg *cfg);