diff options
Diffstat (limited to 'sys/sys/socketvar.h')
| -rw-r--r-- | sys/sys/socketvar.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/sys/socketvar.h b/sys/sys/socketvar.h index 09014182bd3e..215286e5df93 100644 --- a/sys/sys/socketvar.h +++ b/sys/sys/socketvar.h @@ -305,6 +305,7 @@ struct sockaddr; struct stat; struct ucred; struct uio; +struct knote; /* * File operations on sockets. @@ -319,6 +320,7 @@ int soo_ioctl __P((struct file *fp, u_long cmd, caddr_t data, int soo_poll __P((struct file *fp, int events, struct ucred *cred, struct proc *p)); int soo_stat __P((struct file *fp, struct stat *ub, struct proc *p)); +int sokqfilter __P((struct file *fp, struct knote *kn)); /* * From uipc_socket and friends |
