X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/secnet/blobdiff_plain/0e646750a699f6dac806c7752c81d160c4f78987..ec2ae5fa0ae79baedb567ad18e09e17305aa89d1:/secnet.h?ds=inline diff --git a/secnet.h b/secnet.h index ad4d91c..6724698 100644 --- a/secnet.h +++ b/secnet.h @@ -297,7 +297,8 @@ struct buffer_if; actually found in the DNS, which may be bigger if addrs is equal to MAX_PEER_ADDRS (ie there were too many). */ typedef void resolve_answer_fn(void *st, const struct comm_addr *addrs, - int naddrs, int was_naddrs); + int naddrs, int was_naddrs, + const char *failwhy); typedef bool_t resolve_request_fn(void *st, cstring_t name, int remoteport, struct comm_if *comm, resolve_answer_fn *cb, void *cst);