mirror of
https://github.com/opnsense/src.git
synced 2026-05-21 17:40:35 -04:00
Fix a warning with a forward struct declaration.
This commit is contained in:
parent
c1c8bf8375
commit
4807c4ebeb
1 changed files with 4 additions and 0 deletions
|
|
@ -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 *);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue