=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/aucat/Attic/midi.h,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- src/usr.bin/aucat/Attic/midi.h 2009/08/26 06:10:15 1.3 +++ src/usr.bin/aucat/Attic/midi.h 2009/10/27 22:41:03 1.4 @@ -1,4 +1,4 @@ -/* $OpenBSD: midi.h,v 1.3 2009/08/26 06:10:15 ratchov Exp $ */ +/* $OpenBSD: midi.h,v 1.4 2009/10/27 22:41:03 ratchov Exp $ */ /* * Copyright (c) 2008 Alexandre Ratchov * @@ -20,7 +20,7 @@ struct aproc *thru_new(char *); struct aproc *ctl_new(char *); -int ctl_slotnew(struct aproc *, char *, void (*)(void *, unsigned), void *); +int ctl_slotnew(struct aproc *, char *, struct ctl_ops *, void *); void ctl_slotdel(struct aproc *, int); void ctl_slotvol(struct aproc *, int, unsigned);