summaryrefslogtreecommitdiff
path: root/sys/netinet6/ip6_divert.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/netinet6/ip6_divert.h')
-rw-r--r--sys/netinet6/ip6_divert.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/netinet6/ip6_divert.h b/sys/netinet6/ip6_divert.h
index 9bf1b6ab1ba..0414661edcf 100644
--- a/sys/netinet6/ip6_divert.h
+++ b/sys/netinet6/ip6_divert.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: ip6_divert.h,v 1.16 2022/08/22 21:18:48 mvs Exp $ */
+/* $OpenBSD: ip6_divert.h,v 1.17 2022/08/27 20:28:01 mvs Exp $ */
/*
* Copyright (c) 2009 Michele Marchetto <michele@openbsd.org>
@@ -76,6 +76,8 @@ int divert6_attach(struct socket *, int);
int divert6_detach(struct socket *);
int divert6_bind(struct socket *, struct mbuf *, struct proc *);
int divert6_shutdown(struct socket *);
+int divert6_send(struct socket *, struct mbuf *, struct mbuf *,
+ struct mbuf *);
#endif /* _KERNEL */
#endif /* _IP6_DIVERT_H_ */