X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/secnet/blobdiff_plain/eea14dc275d4393400b545b84249ae5341922da4..6c5889e68832bfd96fdd1de7e6df4309e7017372:/comm-common.h diff --git a/comm-common.h b/comm-common.h index b1cd9c0..4aa644a 100644 --- a/comm-common.h +++ b/comm-common.h @@ -103,7 +103,7 @@ void udp_destroy_socket(struct udpcommon *uc, struct udpsock *us); const char *af_name(int af); void udp_sock_experienced(struct log_if *lg, struct udpcommon *uc, struct udpsocks *socks, struct udpsock *us, - bool_t recvsend, int af /* 0 means any */, + const union iaddr *dest, int af /* 0 means any */, int r, int errnoval); void udp_socks_register(struct udpcommon *uc, struct udpsocks *socks,