diff options
Diffstat (limited to 'udp_internal.h')
-rw-r--r-- | udp_internal.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/udp_internal.h b/udp_internal.h index 3b081f5..02724e5 100644 --- a/udp_internal.h +++ b/udp_internal.h @@ -30,5 +30,5 @@ size_t udp_update_hdr4(struct iphdr *ip4h, struct udp_payload_t *bp, size_t udp_update_hdr6(struct ipv6hdr *ip6h, struct udp_payload_t *bp, const struct flowside *toside, size_t dlen, bool no_udp_csum); -int udp_sock_errs(const struct ctx *c, union epoll_ref ref, uint32_t events); + #endif /* UDP_INTERNAL_H */ |