X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=src%2Finclude%2Fgnunet_dnsstub_lib.h;h=0269fac17d2ef692734b5b88d292794099df7b41;hb=9e249590e5d750c70ec61d1100c70d325374dbd8;hp=ffe82dbbe68fb3294f957831377ea27e182fca2a;hpb=7dd745f0476015cbe2e80c03a7027cc259a2cef6;p=oweals%2Fgnunet.git diff --git a/src/include/gnunet_dnsstub_lib.h b/src/include/gnunet_dnsstub_lib.h index ffe82dbbe..0269fac17 100644 --- a/src/include/gnunet_dnsstub_lib.h +++ b/src/include/gnunet_dnsstub_lib.h @@ -77,7 +77,8 @@ typedef void (*GNUNET_DNSSTUB_ResultCallback)(void *cls, * Perform DNS resolution using given address. * * @param ctx stub resolver to use - * @param af address family to use + * @param sa the socket address + * @param sa_len the socket length * @param request DNS request to transmit * @param request_len number of bytes in msg * @param rc function to call with result @@ -112,4 +113,12 @@ GNUNET_DNSSTUB_resolve2 (struct GNUNET_DNSSTUB_Context *ctx, void *rc_cls); +/** + * Cancel DNS resolution. + * + * @param rs resolution to cancel + */ +void +GNUNET_DNSSTUB_resolve_cancel (struct GNUNET_DNSSTUB_RequestSocket *rs); + #endif