=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/aucat/Attic/siofile.h,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- src/usr.bin/aucat/Attic/siofile.h 2010/04/03 17:59:17 1.3 +++ src/usr.bin/aucat/Attic/siofile.h 2010/04/06 20:07:01 1.4 @@ -1,4 +1,4 @@ -/* $OpenBSD: siofile.h,v 1.3 2010/04/03 17:59:17 ratchov Exp $ */ +/* $OpenBSD: siofile.h,v 1.4 2010/04/06 20:07:01 ratchov Exp $ */ /* * Copyright (c) 2008 Alexandre Ratchov * @@ -20,9 +20,12 @@ struct fileops; struct siofile; struct aparams; +struct aproc; -struct siofile *siofile_new(struct fileops *, char *, +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); extern struct fileops siofile_ops;