=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/sndiod/midi.h,v retrieving revision 1.4 retrieving revision 1.5 diff -c -r1.4 -r1.5 *** src/usr.bin/sndiod/midi.h 2012/11/30 21:04:35 1.4 --- src/usr.bin/sndiod/midi.h 2012/11/30 22:26:34 1.5 *************** *** 1,4 **** ! /* $OpenBSD: midi.h,v 1.4 2012/11/30 21:04:35 ratchov Exp $ */ /* * Copyright (c) 2008-2012 Alexandre Ratchov * --- 1,4 ---- ! /* $OpenBSD: midi.h,v 1.5 2012/11/30 22:26:34 ratchov Exp $ */ /* * Copyright (c) 2008-2012 Alexandre Ratchov * *************** *** 117,122 **** --- 117,123 ---- void port_unref(struct port *); int port_init(struct port *); void port_done(struct port *); + void port_drain(struct port *); int port_close(struct port *); #endif /* !defined(MIDI_H) */