summaryrefslogtreecommitdiff
path: root/usr.bin/aucat/siofile.h
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/aucat/siofile.h')
-rw-r--r--usr.bin/aucat/siofile.h7
1 files changed, 2 insertions, 5 deletions
diff --git a/usr.bin/aucat/siofile.h b/usr.bin/aucat/siofile.h
index bb8cb5dd801..b218bf1080d 100644
--- a/usr.bin/aucat/siofile.h
+++ b/usr.bin/aucat/siofile.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: siofile.h,v 1.2 2010/04/03 17:40:33 ratchov Exp $ */
+/* $OpenBSD: siofile.h,v 1.3 2010/04/03 17:59:17 ratchov Exp $ */
/*
* Copyright (c) 2008 Alexandre Ratchov <alex@caoua.org>
*
@@ -20,12 +20,9 @@
struct fileops;
struct siofile;
struct aparams;
-struct aproc;
-struct siofile *siofile_new(struct fileops *, char *, unsigned,
+struct siofile *siofile_new(struct fileops *, char *,
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;