=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/aucat/Attic/dev.h,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- src/usr.bin/aucat/Attic/dev.h 2009/11/03 21:31:37 1.15 +++ src/usr.bin/aucat/Attic/dev.h 2010/01/05 10:18:12 1.16 @@ -1,4 +1,4 @@ -/* $OpenBSD: dev.h,v 1.15 2009/11/03 21:31:37 ratchov Exp $ */ +/* $OpenBSD: dev.h,v 1.16 2010/01/05 10:18:12 ratchov Exp $ */ /* * Copyright (c) 2008 Alexandre Ratchov * @@ -26,6 +26,7 @@ extern struct aproc *dev_mix, *dev_sub, *dev_midi; void dev_thruinit(void); +int dev_thruadd(char *, int, int); void dev_midiattach(struct abuf *, struct abuf *); unsigned dev_roundof(unsigned); void dev_loopinit(struct aparams *, struct aparams *, unsigned);