summaryrefslogtreecommitdiffstats
path: root/audio/unix.h
diff options
context:
space:
mode:
authorJohan Hedberg <johan.hedberg@nokia.com>2007-05-26 17:17:34 +0000
committerJohan Hedberg <johan.hedberg@nokia.com>2007-05-26 17:17:34 +0000
commitd2d76421ad539e2c6da87e4b4fd2a42493053f49 (patch)
treec85b45267649df4a22086fdeba6fd5a17c92782c /audio/unix.h
parent0097d93ac82733bae644a0be3c6ad0eab6cff4db (diff)
Move unix socket functionality into unix.c
Diffstat (limited to 'audio/unix.h')
-rw-r--r--audio/unix.h4
1 files changed, 4 insertions, 0 deletions
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);