X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=secnet.git;a=blobdiff_plain;f=comm-common.h;h=4aa644a47e46102a28202bc5bca138219e891a08;hp=b1cd9c0e123a36f7deb90c1f38e2761e76ceb7b6;hb=94ca562bb14422940ff1986ce8dfca87c222cb59;hpb=952f601f3501b0e40083f5d1a6ef166b8b62a813 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,