=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/aucat/Attic/siofile.h,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- src/usr.bin/aucat/Attic/siofile.h 2010/04/06 20:07:01 1.4 +++ src/usr.bin/aucat/Attic/siofile.h 2010/05/02 11:54:26 1.5 @@ -1,4 +1,4 @@ -/* $OpenBSD: siofile.h,v 1.4 2010/04/06 20:07:01 ratchov Exp $ */ +/* $OpenBSD: siofile.h,v 1.5 2010/05/02 11:54:26 ratchov Exp $ */ /* * Copyright (c) 2008 Alexandre Ratchov * @@ -22,7 +22,7 @@ struct aparams; struct aproc; -struct siofile *siofile_new(struct fileops *, char *, unsigned, +struct siofile *siofile_new(struct fileops *, char *, unsigned *, struct aparams *, struct aparams *, unsigned *, unsigned *); struct aproc *rsio_new(struct file *f); struct aproc *wsio_new(struct file *f);