=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/sndiod/siofile.h,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- src/usr.bin/sndiod/siofile.h 2013/09/28 18:49:32 1.3 +++ src/usr.bin/sndiod/siofile.h 2019/09/21 04:42:46 1.4 @@ -1,4 +1,4 @@ -/* $OpenBSD: siofile.h,v 1.3 2013/09/28 18:49:32 ratchov Exp $ */ +/* $OpenBSD: siofile.h,v 1.4 2019/09/21 04:42:46 ratchov Exp $ */ /* * Copyright (c) 2008-2012 Alexandre Ratchov * @@ -38,6 +38,7 @@ }; int dev_sio_open(struct dev *); +int dev_sio_reopen(struct dev *); void dev_sio_close(struct dev *); void dev_sio_log(struct dev *); void dev_sio_start(struct dev *);