diff options
Diffstat (limited to 'usr.bin/aucat/midi.h')
-rw-r--r-- | usr.bin/aucat/midi.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/usr.bin/aucat/midi.h b/usr.bin/aucat/midi.h index 809dc2ae90f..89f7703c8a5 100644 --- a/usr.bin/aucat/midi.h +++ b/usr.bin/aucat/midi.h @@ -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 <alex@caoua.org> * @@ -27,4 +27,8 @@ 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) */ |