summaryrefslogtreecommitdiffstats
path: root/audio/unix.h
diff options
context:
space:
mode:
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);