=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/aucat/Attic/midi.h,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- src/usr.bin/aucat/Attic/midi.h 2010/04/03 17:59:17 1.7 +++ src/usr.bin/aucat/Attic/midi.h 2010/04/06 20:07:01 1.8 @@ -1,4 +1,4 @@ -/* $OpenBSD: midi.h,v 1.7 2010/04/03 17:59:17 ratchov Exp $ */ +/* $OpenBSD: midi.h,v 1.8 2010/04/06 20:07:01 ratchov Exp $ */ /* * Copyright (c) 2008 Alexandre Ratchov * @@ -26,5 +26,9 @@ int ctl_slotstart(struct aproc *, int); void ctl_slotstop(struct aproc *, int); void ctl_ontick(struct aproc *, int); + +void ctl_stop(struct aproc *); +void ctl_start(struct aproc *); +int ctl_idle(struct aproc *); #endif /* !defined(MIDI_H) */