aboutsummaryrefslogtreecommitdiff
path: root/src/include/block_dns.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/block_dns.h')
-rw-r--r--src/include/block_dns.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/include/block_dns.h b/src/include/block_dns.h
index e43036a48..f421b36d8 100644
--- a/src/include/block_dns.h
+++ b/src/include/block_dns.h
@@ -19,10 +19,13 @@
19*/ 19*/
20 20
21/** 21/**
22 * @author Christian Grothoff
23 *
22 * @file 24 * @file
23 * DNS network structs 25 * DNS network structs
24 * 26 *
25 * @author Christian Grothoff 27 * @defgroup block-dns DNS Service network protocol definitions
28 * @{
26 */ 29 */
27#ifndef BLOCK_DNS_H 30#ifndef BLOCK_DNS_H
28#define BLOCK_DNS_H 31#define BLOCK_DNS_H
@@ -61,3 +64,5 @@ struct GNUNET_DNS_Advertisement
61GNUNET_NETWORK_STRUCT_END 64GNUNET_NETWORK_STRUCT_END
62 65
63#endif 66#endif
67
68/** @} */ /* end of group */