aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_dnsstub_lib.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/gnunet_dnsstub_lib.h')
-rw-r--r--src/include/gnunet_dnsstub_lib.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/include/gnunet_dnsstub_lib.h b/src/include/gnunet_dnsstub_lib.h
index ffe82dbbe..3c4206f99 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,
77 * Perform DNS resolution using given address. 77 * Perform DNS resolution using given address.
78 * 78 *
79 * @param ctx stub resolver to use 79 * @param ctx stub resolver to use
80 * @param af address family to use 80 * @param sa the socket address
81 * @param sa_len the socket length
81 * @param request DNS request to transmit 82 * @param request DNS request to transmit
82 * @param request_len number of bytes in msg 83 * @param request_len number of bytes in msg
83 * @param rc function to call with result 84 * @param rc function to call with result