=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/sndiod/dev.h,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- src/usr.bin/sndiod/dev.h 2014/03/07 10:15:39 1.6 +++ src/usr.bin/sndiod/dev.h 2014/03/07 10:23:05 1.7 @@ -1,4 +1,4 @@ -/* $OpenBSD: dev.h,v 1.6 2014/03/07 10:15:39 ratchov Exp $ */ +/* $OpenBSD: dev.h,v 1.7 2014/03/07 10:23:05 ratchov Exp $ */ /* * Copyright (c) 2008-2012 Alexandre Ratchov * @@ -27,7 +27,7 @@ struct slotops { - void (*onmove)(void *, int); /* clock tick */ + void (*onmove)(void *); /* clock tick */ void (*onvol)(void *, unsigned int); /* tell client vol changed */ void (*fill)(void *); /* request to fill a play block */ void (*flush)(void *); /* request to flush a rec block */