summaryrefslogtreecommitdiffstats
path: root/sys/sys/aio.h
diff options
context:
space:
mode:
authorwollman <wollman@FreeBSD.org>2000-04-23 02:43:44 +0000
committerwollman <wollman@FreeBSD.org>2000-04-23 02:43:44 +0000
commitf330db8d18c694129d83a4541e19f5291514e6c0 (patch)
tree60409ed46f62a9aa47df74f10713064b42ab7005 /sys/sys/aio.h
parent363de667b5e19b6351d41d094d23405e96bffbd7 (diff)
downloadFreeBSD-src-f330db8d18c694129d83a4541e19f5291514e6c0.zip
FreeBSD-src-f330db8d18c694129d83a4541e19f5291514e6c0.tar.gz
Fix a warning with a forward struct declaration.
Diffstat (limited to 'sys/sys/aio.h')
-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 b6be86e..946ac0b 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 *);
OpenPOWER on IntegriCloud