aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_gnsrecord_lib.h
diff options
context:
space:
mode:
authort3sserakt <t3ss@posteo.de>2021-04-25 16:02:08 +0200
committert3sserakt <t3ss@posteo.de>2021-04-25 16:02:52 +0200
commitcef6317f17a706647c0a5d5f7e52548a7130b713 (patch)
treecc29c4d4c2ae83115a313b32653757e370b88c6c /src/include/gnunet_gnsrecord_lib.h
parent9ffa19269054bf1e569fe584c0c51a00205a735d (diff)
parentb996ba4156678b6a0a551b9a932867b2ade42344 (diff)
downloadgnunet-cef6317f17a706647c0a5d5f7e52548a7130b713.tar.gz
gnunet-cef6317f17a706647c0a5d5f7e52548a7130b713.zip
Merge branch 'master' of ssh://gnunet.org/gnunet
Diffstat (limited to 'src/include/gnunet_gnsrecord_lib.h')
-rw-r--r--src/include/gnunet_gnsrecord_lib.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/gnunet_gnsrecord_lib.h b/src/include/gnunet_gnsrecord_lib.h
index aff56146e..61cbac2ca 100644
--- a/src/include/gnunet_gnsrecord_lib.h
+++ b/src/include/gnunet_gnsrecord_lib.h
@@ -308,7 +308,7 @@ GNUNET_GNSRECORD_string_to_value (uint32_t type, const char *s, void **data,
308 308
309 309
310/** 310/**
311 * Convert a type name (i.e. "AAAA") to the corresponding number. 311 * Convert a type name (e.g. "AAAA") to the corresponding number.
312 * 312 *
313 * @param dns_typename name to convert 313 * @param dns_typename name to convert
314 * @return corresponding number, UINT32_MAX on error 314 * @return corresponding number, UINT32_MAX on error
@@ -318,7 +318,7 @@ GNUNET_GNSRECORD_typename_to_number (const char *dns_typename);
318 318
319 319
320/** 320/**
321 * Convert a type number (i.e. 1) to the corresponding type string (i.e. "A") 321 * Convert a type number to the corresponding type string (e.g. 1 to "A")
322 * 322 *
323 * @param type number of a type to convert 323 * @param type number of a type to convert
324 * @return corresponding typestring, NULL on error 324 * @return corresponding typestring, NULL on error