From d2d76421ad539e2c6da87e4b4fd2a42493053f49 Mon Sep 17 00:00:00 2001 From: Johan Hedberg Date: Sat, 26 May 2007 17:17:34 +0000 Subject: Move unix socket functionality into unix.c --- audio/unix.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'audio/unix.h') diff --git a/audio/unix.h b/audio/unix.h index e87dd676..4f3fc994 100644 --- a/audio/unix.h +++ b/audio/unix.h @@ -20,3 +20,7 @@ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA * */ + +int unix_init(void); + +void unix_exit(void); -- cgit