=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/sndiod/siofile.h,v retrieving revision 1.5 retrieving revision 1.6 diff -c -r1.5 -r1.6 *** src/usr.bin/sndiod/siofile.h 2021/11/01 14:43:25 1.5 --- src/usr.bin/sndiod/siofile.h 2024/05/19 00:05:43 1.6 *************** *** 1,4 **** ! /* $OpenBSD: siofile.h,v 1.5 2021/11/01 14:43:25 ratchov Exp $ */ /* * Copyright (c) 2008-2012 Alexandre Ratchov * --- 1,4 ---- ! /* $OpenBSD: siofile.h,v 1.6 2024/05/19 00:05:43 jsg Exp $ */ /* * Copyright (c) 2008-2012 Alexandre Ratchov * *************** *** 39,45 **** int dev_sio_open(struct dev *); void dev_sio_close(struct dev *); - void dev_sio_log(struct dev *); void dev_sio_start(struct dev *); void dev_sio_stop(struct dev *); --- 39,44 ----