=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/sndiod/miofile.h,v retrieving revision 1.1 retrieving revision 1.2 diff -c -r1.1 -r1.2 *** src/usr.bin/sndiod/miofile.h 2012/11/23 07:03:28 1.1 --- src/usr.bin/sndiod/miofile.h 2019/09/21 04:42:46 1.2 *************** *** 1,4 **** ! /* $OpenBSD: miofile.h,v 1.1 2012/11/23 07:03:28 ratchov Exp $ */ /* * Copyright (c) 2008-2012 Alexandre Ratchov * --- 1,4 ---- ! /* $OpenBSD: miofile.h,v 1.2 2019/09/21 04:42:46 ratchov Exp $ */ /* * Copyright (c) 2008-2012 Alexandre Ratchov * *************** *** 25,30 **** --- 25,31 ---- }; int port_mio_open(struct port *); + int port_mio_reopen(struct port *); void port_mio_close(struct port *); #endif /* !defined(MIOFILE_H) */