aboutsummaryrefslogtreecommitdiff
path: root/src/gns/gnunet-service-gns_resolver.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-05-21 18:55:17 +0000
committerChristian Grothoff <christian@grothoff.org>2013-05-21 18:55:17 +0000
commita6d601404a9bf8177dd712bc604fef7086e37bd1 (patch)
tree75d94a8d43ce12f713fbd6d312cf8cc70bc4b5d8 /src/gns/gnunet-service-gns_resolver.h
parent88d6c9b93974c17d5a6435051e77b9beef5f9694 (diff)
downloadgnunet-a6d601404a9bf8177dd712bc604fef7086e37bd1.tar.gz
gnunet-a6d601404a9bf8177dd712bc604fef7086e37bd1.zip
-fix CNAME handling after GADS to DNS delegation, need to repack query packet
Diffstat (limited to 'src/gns/gnunet-service-gns_resolver.h')
-rw-r--r--src/gns/gnunet-service-gns_resolver.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/gns/gnunet-service-gns_resolver.h b/src/gns/gnunet-service-gns_resolver.h
index 650c5c568..c4b6a8aa2 100644
--- a/src/gns/gnunet-service-gns_resolver.h
+++ b/src/gns/gnunet-service-gns_resolver.h
@@ -624,8 +624,9 @@ gns_resolver_get_authority (struct GNUNET_CRYPTO_ShortHashCode zone,
624 GetAuthorityResultProcessor proc, 624 GetAuthorityResultProcessor proc,
625 void* proc_cls); 625 void* proc_cls);
626 626
627
627/** 628/**
628 * Generic function to check for TLDs 629 * Generic function to check for TLDs. Checks if "name" ends in ".tld"
629 * 630 *
630 * @param name the name to check 631 * @param name the name to check
631 * @param tld the tld to check 632 * @param tld the tld to check
@@ -636,6 +637,7 @@ is_tld (const char* name,
636 const char* tld); 637 const char* tld);
637 638
638 639
640
639/** 641/**
640 * Checks for gads/zkey 642 * Checks for gads/zkey
641 */ 643 */