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.h12
1 files changed, 11 insertions, 1 deletions
diff --git a/src/include/gnunet_dnsstub_lib.h b/src/include/gnunet_dnsstub_lib.h
index 4e93105bb..fa5151a8c 100644
--- a/src/include/gnunet_dnsstub_lib.h
+++ b/src/include/gnunet_dnsstub_lib.h
@@ -18,7 +18,14 @@
18 SPDX-License-Identifier: AGPL3.0-or-later 18 SPDX-License-Identifier: AGPL3.0-or-later
19 */ 19 */
20 20
21#if !defined (__GNUNET_UTIL_LIB_H_INSIDE__)
22#error "Only <gnunet_util_lib.h> can be included directly."
23#endif
24
21/** 25/**
26 * @addtogroup libgnunetutil
27 * @{
28 *
22 * @author Christian Grothoff 29 * @author Christian Grothoff
23 * 30 *
24 * @file 31 * @file
@@ -31,6 +38,7 @@
31#ifndef GNUNET_DNSSTUB_LIB_H 38#ifndef GNUNET_DNSSTUB_LIB_H
32#define GNUNET_DNSSTUB_LIB_H 39#define GNUNET_DNSSTUB_LIB_H
33 40
41
34#include "gnunet_util_lib.h" 42#include "gnunet_util_lib.h"
35 43
36/** 44/**
@@ -86,7 +94,7 @@ GNUNET_DNSSTUB_add_dns_sa (struct GNUNET_DNSSTUB_Context *ctx,
86 * Only effective for requests issued after this call. 94 * Only effective for requests issued after this call.
87 * 95 *
88 * @param ctx resolver context to modify 96 * @param ctx resolver context to modify
89 * @param retry_frequ how long to wait between retries 97 * @param retry_freq how long to wait between retries
90 */ 98 */
91void 99void
92GNUNET_DNSSTUB_set_retry (struct GNUNET_DNSSTUB_Context *ctx, 100GNUNET_DNSSTUB_set_retry (struct GNUNET_DNSSTUB_Context *ctx,
@@ -147,3 +155,5 @@ GNUNET_DNSSTUB_resolve_cancel (struct GNUNET_DNSSTUB_RequestSocket *rs);
147#endif 155#endif
148 156
149/** @} */ /* end of group */ 157/** @} */ /* end of group */
158
159/** @} */ /* end of group addition */