diff options
Diffstat (limited to 'util.h')
| -rw-r--r-- | util.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -206,10 +206,10 @@ int do_clone(int (*fn)(void *), char *stack_area, size_t stack_size, int flags, #include "packet.h" struct ctx; +union sockaddr_inany; int sock_l4_sa(const struct ctx *c, enum epoll_type type, - const void *sa, socklen_t sl, - const char *ifname, bool v6only); + const union sockaddr_inany *sa, const char *ifname, bool v6only); int sock_unix(char *sock_path); void sock_probe_features(struct ctx *c); long timespec_diff_ms(const struct timespec *a, const struct timespec *b); |
