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.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/include/gnunet_dns_service.h b/src/include/gnunet_dns_service.h
index d9a43ff8b..581d7f044 100644
--- a/src/include/gnunet_dns_service.h
+++ b/src/include/gnunet_dns_service.h
@@ -20,7 +20,7 @@
20 20
21/** 21/**
22 * @file include/gnunet_dns_service.h 22 * @file include/gnunet_dns_service.h
23 * @brief API to access the DNS service. 23 * @brief API to access the DNS service.
24 * @author Christian Grothoff 24 * @author Christian Grothoff
25 */ 25 */
26#ifndef GNUNET_DNS_SERVICE_H 26#ifndef GNUNET_DNS_SERVICE_H
@@ -41,7 +41,7 @@ struct GNUNET_DNS_RequestHandle;
41 41
42/** 42/**
43 * Flags that specify when to call the client's handler. 43 * Flags that specify when to call the client's handler.
44 */ 44 */
45enum GNUNET_DNS_Flags 45enum GNUNET_DNS_Flags
46{ 46{
47 47
@@ -153,7 +153,7 @@ GNUNET_DNS_request_drop (struct GNUNET_DNS_RequestHandle *rh);
153 * @param reply reply data 153 * @param reply reply data
154 */ 154 */
155void 155void
156GNUNET_DNS_request_answer (struct GNUNET_DNS_RequestHandle *rh, 156GNUNET_DNS_request_answer (struct GNUNET_DNS_RequestHandle *rh,
157 uint16_t reply_length, 157 uint16_t reply_length,
158 const char *reply); 158 const char *reply);
159 159
@@ -165,7 +165,7 @@ GNUNET_DNS_request_answer (struct GNUNET_DNS_RequestHandle *rh,
165 * @param flags when to call rh 165 * @param flags when to call rh
166 * @param rh function to call with DNS requests 166 * @param rh function to call with DNS requests
167 * @param rh_cls closure to pass to rh 167 * @param rh_cls closure to pass to rh
168 * @return DNS handle 168 * @return DNS handle
169 */ 169 */
170struct GNUNET_DNS_Handle * 170struct GNUNET_DNS_Handle *
171GNUNET_DNS_connect (const struct GNUNET_CONFIGURATION_Handle *cfg, 171GNUNET_DNS_connect (const struct GNUNET_CONFIGURATION_Handle *cfg,