aboutsummaryrefslogtreecommitdiff
path: root/src/util/gnunet-service-resolver.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/gnunet-service-resolver.c')
-rw-r--r--src/util/gnunet-service-resolver.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/util/gnunet-service-resolver.c b/src/util/gnunet-service-resolver.c
index 8a89fbb37..bb70ac3bd 100644
--- a/src/util/gnunet-service-resolver.c
+++ b/src/util/gnunet-service-resolver.c
@@ -313,7 +313,7 @@ extract_search_domain (const char *line, size_t line_len)
313/** 313/**
314 * Reads the list of nameservers from /etc/resolve.conf 314 * Reads the list of nameservers from /etc/resolve.conf
315 * 315 *
316 * @param server_addrs[out] a list of null-terminated server address strings 316 * @param[out] server_addrs a list of null-terminated server address strings
317 * @return the number of server addresses in @a server_addrs, -1 on error 317 * @return the number of server addresses in @a server_addrs, -1 on error
318 */ 318 */
319static int 319static int
@@ -670,8 +670,8 @@ try_cache (const char *hostname,
670 * @param hostname DNS name to query 670 * @param hostname DNS name to query
671 * @param type requested DNS record type 671 * @param type requested DNS record type
672 * @param dns_id what should be the DNS request ID 672 * @param dns_id what should be the DNS request ID
673 * @param packet_buf[out] where to write the request packet 673 * @param[out] packet_buf where to write the request packet
674 * @param packet_size[out] set to size of @a packet_buf on success 674 * @param[out] packet_size set to size of @a packet_buf on success
675 * @return #GNUNET_OK on success 675 * @return #GNUNET_OK on success
676 */ 676 */
677static int 677static int