aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_dnsparser_lib.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2018-04-06 19:37:53 +0200
committerChristian Grothoff <christian@grothoff.org>2018-04-06 19:37:53 +0200
commit5bed6253dcde97fd7d6ea45d91d3ff95141d0fb7 (patch)
tree585a4f2550efe83fae029e3cdb5421b0f1f93779 /src/include/gnunet_dnsparser_lib.h
parent1f754809a913093ba215b6b6689d28b7dfb66e4c (diff)
downloadgnunet-5bed6253dcde97fd7d6ea45d91d3ff95141d0fb7.tar.gz
gnunet-5bed6253dcde97fd7d6ea45d91d3ff95141d0fb7.zip
complete importer
Diffstat (limited to 'src/include/gnunet_dnsparser_lib.h')
-rw-r--r--src/include/gnunet_dnsparser_lib.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/include/gnunet_dnsparser_lib.h b/src/include/gnunet_dnsparser_lib.h
index 80a67c3c7..57709d5f7 100644
--- a/src/include/gnunet_dnsparser_lib.h
+++ b/src/include/gnunet_dnsparser_lib.h
@@ -414,10 +414,10 @@ struct GNUNET_DNSPARSER_Record
414 414
415 /** 415 /**
416 * For NS, CNAME and PTR records, this is the uncompressed 0-terminated hostname. 416 * For NS, CNAME and PTR records, this is the uncompressed 0-terminated hostname.
417 * In UTF-8 format. The library will convert from and to DNS-IDNA 417 * In UTF-8 format. The library will convert from and to DNS-IDNA
418 * as necessary. Use #GNUNET_DNSPARSER_check_label() to test if an 418 * as necessary. Use #GNUNET_DNSPARSER_check_label() to test if an
419 * individual label is well-formed. If a given name is not well-formed, 419 * individual label is well-formed. If a given name is not well-formed,
420 * creating the DNS packet will fail. 420 * creating the DNS packet will fail.
421 */ 421 */
422 char *hostname; 422 char *hostname;
423 423