aboutsummaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorGarrett Wollman <wollman@FreeBSD.org>2000-04-23 02:43:44 +0000
committerGarrett Wollman <wollman@FreeBSD.org>2000-04-23 02:43:44 +0000
commit4807c4ebeb2d7d37fc41ccd93ce477c0f7aa5d09 (patch)
tree905b2dd61f0dd2b2a471cd10d18e12b5df032536 /sys
parentc1c8bf83759b048ae64c7b80c780d293b9eb9c71 (diff)
Notes
Diffstat (limited to 'sys')
-rw-r--r--sys/sys/aio.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/sys/sys/aio.h b/sys/sys/aio.h
index b6be86e1721a..946ac0bec4c8 100644
--- a/sys/sys/aio.h
+++ b/sys/sys/aio.h
@@ -171,6 +171,10 @@ struct aiocblist {
struct aiocb uaiocb; /* Kernel I/O control block */
};
+/* Forward declarations for prototypes below. */
+struct socket;
+struct sockbuf;
+
void aio_proc_rundown(struct proc *p);
void aio_swake(struct socket *, struct sockbuf *);