aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/dns/dns_api.c3
-rw-r--r--src/dns/plugin_block_dns.c1
2 files changed, 1 insertions, 3 deletions
diff --git a/src/dns/dns_api.c b/src/dns/dns_api.c
index 89f03bf63..b0bbb894f 100644
--- a/src/dns/dns_api.c
+++ b/src/dns/dns_api.c
@@ -102,7 +102,6 @@ struct GNUNET_DNS_Handle
102 * Reconnect to the DNS service. 102 * Reconnect to the DNS service.
103 * 103 *
104 * @param cls handle with the connection to connect 104 * @param cls handle with the connection to connect
105 * @param tc scheduler context (unused)
106 */ 105 */
107static void 106static void
108reconnect (void *cls); 107reconnect (void *cls);
@@ -171,7 +170,7 @@ check_request (void *cls,
171 * handle it. 170 * handle it.
172 * 171 *
173 * @param cls the `struct GNUNET_DNS_Handle *` 172 * @param cls the `struct GNUNET_DNS_Handle *`
174 * @param msg message from the service (request) 173 * @param req message from the service (request)
175 */ 174 */
176static void 175static void
177handle_request (void *cls, 176handle_request (void *cls,
diff --git a/src/dns/plugin_block_dns.c b/src/dns/plugin_block_dns.c
index 0531a8a5f..1bbd7f750 100644
--- a/src/dns/plugin_block_dns.c
+++ b/src/dns/plugin_block_dns.c
@@ -90,7 +90,6 @@ block_plugin_dns_create_group (void *cls,
90 * Function called to validate a query. 90 * Function called to validate a query.
91 * 91 *
92 * @param cls closure 92 * @param cls closure
93 * @param ctx block context
94 * @param type block type 93 * @param type block type
95 * @param query original query (hash) 94 * @param query original query (hash)
96 * @param xquery extrended query data (can be NULL, depending on type) 95 * @param xquery extrended query data (can be NULL, depending on type)