=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/aucat/Attic/siofile.h,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- src/usr.bin/aucat/Attic/siofile.h 2010/01/13 10:02:52 1.1 +++ src/usr.bin/aucat/Attic/siofile.h 2010/04/03 17:40:33 1.2 @@ -1,4 +1,4 @@ -/* $OpenBSD: siofile.h,v 1.1 2010/01/13 10:02:52 ratchov Exp $ */ +/* $OpenBSD: siofile.h,v 1.2 2010/04/03 17:40:33 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;