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.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/include/block_dns.h b/src/include/block_dns.h
index 2186cb1a1..4ac6d0250 100644
--- a/src/include/block_dns.h
+++ b/src/include/block_dns.h
@@ -19,6 +19,9 @@
19 */ 19 */
20 20
21/** 21/**
22 * @addtogroup vpn_suite
23 * @{
24 *
22 * @author Christian Grothoff 25 * @author Christian Grothoff
23 * 26 *
24 * @file 27 * @file
@@ -30,6 +33,7 @@
30#ifndef BLOCK_DNS_H 33#ifndef BLOCK_DNS_H
31#define BLOCK_DNS_H 34#define BLOCK_DNS_H
32 35
36
33#include "gnunet_util_lib.h" 37#include "gnunet_util_lib.h"
34 38
35GNUNET_NETWORK_STRUCT_BEGIN 39GNUNET_NETWORK_STRUCT_BEGIN
@@ -65,3 +69,5 @@ GNUNET_NETWORK_STRUCT_END
65#endif 69#endif
66 70
67/** @} */ /* end of group */ 71/** @} */ /* end of group */
72
73/** @} */ /* end of group addition to vpn_suite */