aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_dnsstub_lib.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/gnunet_dnsstub_lib.h')
-rw-r--r--src/include/gnunet_dnsstub_lib.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/include/gnunet_dnsstub_lib.h b/src/include/gnunet_dnsstub_lib.h
index 08029cebf..5022e02c4 100644
--- a/src/include/gnunet_dnsstub_lib.h
+++ b/src/include/gnunet_dnsstub_lib.h
@@ -24,7 +24,7 @@
24 * @file 24 * @file
25 * API for helper library to send DNS requests to DNS resolver 25 * API for helper library to send DNS requests to DNS resolver
26 * 26 *
27 * @defgroup dns-stub DNS stub library 27 * @defgroup dns-stub DNS Stub library
28 * Helper library to send DNS requests to DNS resolver 28 * Helper library to send DNS requests to DNS resolver
29 * @{ 29 * @{
30 */ 30 */
@@ -127,6 +127,7 @@ GNUNET_DNSSTUB_resolve2 (struct GNUNET_DNSSTUB_Context *ctx,
127void 127void
128GNUNET_DNSSTUB_resolve_cancel (struct GNUNET_DNSSTUB_RequestSocket *rs); 128GNUNET_DNSSTUB_resolve_cancel (struct GNUNET_DNSSTUB_RequestSocket *rs);
129 129
130/** @} */ /* end of group */
131 130
132#endif 131#endif
132
133/** @} */ /* end of group */