aboutsummaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2018-06-25 18:07:22 +0200
committerChristian Grothoff <christian@grothoff.org>2018-06-25 18:08:27 +0200
commit7da98cf076e9c5101244dfbbf8c3ddff045d298e (patch)
treedb4b4b28d0864cf5f7d424c40f1e7f4d945ff726 /src/include
parentb96052f1d3b8bb05f1868bd809fcb6e4f6569a4c (diff)
downloadgnunet-7da98cf076e9c5101244dfbbf8c3ddff045d298e.tar.gz
gnunet-7da98cf076e9c5101244dfbbf8c3ddff045d298e.zip
integrate dnsparser and dnsstub and tun with libgnunetutil
Diffstat (limited to 'src/include')
-rw-r--r--src/include/gnunet_dnsstub_lib.h2
-rw-r--r--src/include/gnunet_util_lib.h2
2 files changed, 3 insertions, 1 deletions
diff --git a/src/include/gnunet_dnsstub_lib.h b/src/include/gnunet_dnsstub_lib.h
index 8f1b90425..9b10c5c48 100644
--- a/src/include/gnunet_dnsstub_lib.h
+++ b/src/include/gnunet_dnsstub_lib.h
@@ -85,7 +85,7 @@ GNUNET_DNSSTUB_add_dns_sa (struct GNUNET_DNSSTUB_Context *ctx,
85 * Only effective for requests issued after this call. 85 * Only effective for requests issued after this call.
86 * 86 *
87 * @param ctx resolver context to modify 87 * @param ctx resolver context to modify
88 * @param retry_frequ how long to wait between retries 88 * @param retry_freq how long to wait between retries
89 */ 89 */
90void 90void
91GNUNET_DNSSTUB_set_retry (struct GNUNET_DNSSTUB_Context *ctx, 91GNUNET_DNSSTUB_set_retry (struct GNUNET_DNSSTUB_Context *ctx,
diff --git a/src/include/gnunet_util_lib.h b/src/include/gnunet_util_lib.h
index 5e8eef1ad..82f61a22b 100644
--- a/src/include/gnunet_util_lib.h
+++ b/src/include/gnunet_util_lib.h
@@ -78,6 +78,8 @@ extern "C"
78#include "gnunet_service_lib.h" 78#include "gnunet_service_lib.h"
79#include "gnunet_signal_lib.h" 79#include "gnunet_signal_lib.h"
80#include "gnunet_strings_lib.h" 80#include "gnunet_strings_lib.h"
81#include "gnunet_dnsparser_lib.h"
82#include "gnunet_dnsstub_lib.h"
81 83
82#if 0 /* keep Emacsens' auto-indent happy */ 84#if 0 /* keep Emacsens' auto-indent happy */
83{ 85{