summaryrefslogtreecommitdiff
path: root/usr.bin/aucat/dev.h
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/aucat/dev.h')
-rw-r--r--usr.bin/aucat/dev.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/usr.bin/aucat/dev.h b/usr.bin/aucat/dev.h
index 5de327e2ed3..e62553c0b8f 100644
--- a/usr.bin/aucat/dev.h
+++ b/usr.bin/aucat/dev.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: dev.h,v 1.11 2009/07/25 10:52:19 ratchov Exp $ */
+/* $OpenBSD: dev.h,v 1.12 2009/08/19 05:54:15 ratchov Exp $ */
/*
* Copyright (c) 2008 Alexandre Ratchov <alex@caoua.org>
*
@@ -24,8 +24,11 @@ struct abuf;
extern unsigned dev_bufsz, dev_round, dev_rate;
extern unsigned dev_rate_div, dev_round_div;
extern struct aparams dev_ipar, dev_opar;
-extern struct aproc *dev_mix, *dev_sub, *dev_rec, *dev_play;
+extern struct aproc *dev_mix, *dev_sub, *dev_rec, *dev_play, *dev_midi;
+void dev_thruinit(void);
+void dev_thrudone(void);
+void dev_midiattach(struct abuf *, struct abuf *);
unsigned dev_roundof(unsigned);
void dev_loopinit(struct aparams *, struct aparams *, unsigned);
void dev_loopdone(void);