aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_dns_service.h
diff options
context:
space:
mode:
authorGabor X Toth <*@tg-x.net>2016-01-11 21:23:17 +0000
committerGabor X Toth <*@tg-x.net>2016-01-11 21:23:17 +0000
commitb23f7bcde58fdada9170f16af39ab1e84f4c3a68 (patch)
tree7b41d9839d854eef7ebd6b93fa161c55221a6577 /src/include/gnunet_dns_service.h
parent1e53d26243bc986844a7b5b53bedeefb61dd7960 (diff)
downloadgnunet-b23f7bcde58fdada9170f16af39ab1e84f4c3a68.tar.gz
gnunet-b23f7bcde58fdada9170f16af39ab1e84f4c3a68.zip
doxygen: group/module definitions (part 1)
Diffstat (limited to 'src/include/gnunet_dns_service.h')
-rw-r--r--src/include/gnunet_dns_service.h12
1 files changed, 9 insertions, 3 deletions
diff --git a/src/include/gnunet_dns_service.h b/src/include/gnunet_dns_service.h
index edf5cf182..4a8956e84 100644
--- a/src/include/gnunet_dns_service.h
+++ b/src/include/gnunet_dns_service.h
@@ -19,9 +19,13 @@
19 */ 19 */
20 20
21/** 21/**
22 * @file include/gnunet_dns_service.h
23 * @brief API to access the DNS service.
24 * @author Christian Grothoff 22 * @author Christian Grothoff
23 *
24 * @file
25 * API to access the DNS service.
26 *
27 * @defgroup dns DNS service
28 * @{
25 */ 29 */
26#ifndef GNUNET_DNS_SERVICE_H 30#ifndef GNUNET_DNS_SERVICE_H
27#define GNUNET_DNS_SERVICE_H 31#define GNUNET_DNS_SERVICE_H
@@ -153,7 +157,7 @@ GNUNET_DNS_request_drop (struct GNUNET_DNS_RequestHandle *rh);
153 * @param reply reply data 157 * @param reply reply data
154 */ 158 */
155void 159void
156GNUNET_DNS_request_answer (struct GNUNET_DNS_RequestHandle *rh, 160GNUNET_DNS_request_answer (struct GNUNET_DNS_RequestHandle *rh,
157 uint16_t reply_length, 161 uint16_t reply_length,
158 const char *reply); 162 const char *reply);
159 163
@@ -182,4 +186,6 @@ GNUNET_DNS_connect (const struct GNUNET_CONFIGURATION_Handle *cfg,
182void 186void
183GNUNET_DNS_disconnect (struct GNUNET_DNS_Handle *dh); 187GNUNET_DNS_disconnect (struct GNUNET_DNS_Handle *dh);
184 188
189/** @} */ /* end of group */
190
185#endif 191#endif