From 9494c146cec1df466c2f331957748beeac8d745a Mon Sep 17 00:00:00 2001 From: Johan Hedberg Date: Sat, 11 Aug 2007 15:52:27 +0000 Subject: Remove redundant stream fd from config response --- audio/unix.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'audio/unix.h') diff --git a/audio/unix.h b/audio/unix.h index c771b965..83e2518a 100644 --- a/audio/unix.h +++ b/audio/unix.h @@ -26,4 +26,4 @@ int unix_init(void); void unix_exit(void); -int unix_send_cfg(int sock, struct ipc_data_cfg *cfg); +int unix_send_cfg(int sock, struct ipc_data_cfg *cfg, int fd); -- cgit