diff options
| author | Marko Zec <zec@FreeBSD.org> | 2009-06-08 17:15:40 +0000 |
|---|---|---|
| committer | Marko Zec <zec@FreeBSD.org> | 2009-06-08 17:15:40 +0000 |
| commit | bc29160df3d0b3a65d9b85a63a4589f1f9652e6b (patch) | |
| tree | 7c00057a3f90cc6cfd121e2a6594d254fc72cba3 /sys/netinet/udp_var.h | |
| parent | 389cff511328e788e1a71dbb78154dd7d21b5fcc (diff) | |
Notes
Diffstat (limited to 'sys/netinet/udp_var.h')
| -rw-r--r-- | sys/netinet/udp_var.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/netinet/udp_var.h b/sys/netinet/udp_var.h index e4298191e090..8b045ad1f568 100644 --- a/sys/netinet/udp_var.h +++ b/sys/netinet/udp_var.h @@ -128,6 +128,9 @@ void udp_discardcb(struct udpcb *); void udp_ctlinput(int, struct sockaddr *, void *); void udp_init(void); +#ifdef VIMAGE +void udp_destroy(void); +#endif void udp_input(struct mbuf *, int); struct inpcb *udp_notify(struct inpcb *inp, int errno); int udp_shutdown(struct socket *so); |
