diff options
Diffstat (limited to 'usr.bin/aucat/siofile.h')
-rw-r--r-- | usr.bin/aucat/siofile.h | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/usr.bin/aucat/siofile.h b/usr.bin/aucat/siofile.h index b218bf1080d..7f72255a347 100644 --- a/usr.bin/aucat/siofile.h +++ b/usr.bin/aucat/siofile.h @@ -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 <alex@caoua.org> * @@ -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; |