=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/sndiod/dev.h,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- src/usr.bin/sndiod/dev.h 2018/06/26 07:13:54 1.13 +++ src/usr.bin/sndiod/dev.h 2018/06/26 07:15:17 1.14 @@ -1,4 +1,4 @@ -/* $OpenBSD: dev.h,v 1.13 2018/06/26 07:13:54 ratchov Exp $ */ +/* $OpenBSD: dev.h,v 1.14 2018/06/26 07:15:17 ratchov Exp $ */ /* * Copyright (c) 2008-2012 Alexandre Ratchov * @@ -237,7 +237,8 @@ * sio_open(3) like interface for clients */ void slot_log(struct slot *); -struct slot *slot_new(struct dev *, char *, struct slotops *, void *, int); +struct slot *slot_new(struct dev *, struct opt *, char *, + struct slotops *, void *, int); void slot_del(struct slot *); void slot_setvol(struct slot *, unsigned int); void slot_start(struct slot *);