aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_dns_service.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/gnunet_dns_service.h')
-rw-r--r--src/include/gnunet_dns_service.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/include/gnunet_dns_service.h b/src/include/gnunet_dns_service.h
index 4e90821a9..76b708dcf 100644
--- a/src/include/gnunet_dns_service.h
+++ b/src/include/gnunet_dns_service.h
@@ -156,7 +156,7 @@ GNUNET_DNS_request_drop (struct GNUNET_DNS_RequestHandle *rh);
156 * must always be a valid DNS reply and not a mutated DNS request. 156 * must always be a valid DNS reply and not a mutated DNS request.
157 * 157 *
158 * @param rh request that should now be answered 158 * @param rh request that should now be answered
159 * @param reply_length size of reply (uint16_t to force sane size) 159 * @param reply_length size of @a reply (uint16_t to force sane size)
160 * @param reply reply data 160 * @param reply reply data
161 */ 161 */
162void 162void
@@ -169,9 +169,9 @@ GNUNET_DNS_request_answer (struct GNUNET_DNS_RequestHandle *rh,
169 * Connect to the service-dns 169 * Connect to the service-dns
170 * 170 *
171 * @param cfg configuration to use 171 * @param cfg configuration to use
172 * @param flags when to call rh 172 * @param flags when to call @a rh
173 * @param rh function to call with DNS requests 173 * @param rh function to call with DNS requests
174 * @param rh_cls closure to pass to rh 174 * @param rh_cls closure to pass to @a rh
175 * @return DNS handle 175 * @return DNS handle
176 */ 176 */
177struct GNUNET_DNS_Handle * 177struct GNUNET_DNS_Handle *