aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_dns_service.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2016-06-25 16:05:25 +0000
committerChristian Grothoff <christian@grothoff.org>2016-06-25 16:05:25 +0000
commitbdcff09ee219e8b301e63abecd758753c394ad5b (patch)
tree65ec86398a086e1b2c22aca8543cc68c4c3b3238 /src/include/gnunet_dns_service.h
parent91ef3e6d0d4935dfa6dae561587b2e1d65fe07fd (diff)
downloadgnunet-bdcff09ee219e8b301e63abecd758753c394ad5b.tar.gz
gnunet-bdcff09ee219e8b301e63abecd758753c394ad5b.zip
convert dns api to MQ
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 *