diff options
author | Johan Hedberg <johan.hedberg@nokia.com> | 2007-05-26 17:17:34 +0000 |
---|---|---|
committer | Johan Hedberg <johan.hedberg@nokia.com> | 2007-05-26 17:17:34 +0000 |
commit | d2d76421ad539e2c6da87e4b4fd2a42493053f49 (patch) | |
tree | c85b45267649df4a22086fdeba6fd5a17c92782c /audio/unix.h | |
parent | 0097d93ac82733bae644a0be3c6ad0eab6cff4db (diff) |
Move unix socket functionality into unix.c
Diffstat (limited to 'audio/unix.h')
-rw-r--r-- | audio/unix.h | 4 |
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); |