aboutsummaryrefslogtreecommitdiff
path: root/src/reclaim/plugin_gnsrecord_reclaim.c
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/reclaim/plugin_gnsrecord_reclaim.c
parent9ffa19269054bf1e569fe584c0c51a00205a735d (diff)
parentb996ba4156678b6a0a551b9a932867b2ade42344 (diff)
downloadgnunet-cef6317f17a706647c0a5d5f7e52548a7130b713.tar.gz
gnunet-cef6317f17a706647c0a5d5f7e52548a7130b713.zip
Merge branch 'master' of ssh://gnunet.org/gnunet
Diffstat (limited to 'src/reclaim/plugin_gnsrecord_reclaim.c')
-rw-r--r--src/reclaim/plugin_gnsrecord_reclaim.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/reclaim/plugin_gnsrecord_reclaim.c b/src/reclaim/plugin_gnsrecord_reclaim.c
index 9e4f0a5c4..ce6fe483d 100644
--- a/src/reclaim/plugin_gnsrecord_reclaim.c
+++ b/src/reclaim/plugin_gnsrecord_reclaim.c
@@ -118,7 +118,7 @@ static struct
118 118
119 119
120/** 120/**
121 * Convert a type name (i.e. "AAAA") to the corresponding number. 121 * Convert a type name (e.g. "AAAA") to the corresponding number.
122 * 122 *
123 * @param cls closure, unused 123 * @param cls closure, unused
124 * @param dns_typename name to convert 124 * @param dns_typename name to convert
@@ -138,7 +138,7 @@ typename_to_number (void *cls, const char *dns_typename)
138 138
139 139
140/** 140/**
141 * Convert a type number (i.e. 1) to the corresponding type string (i.e. "A") 141 * Convert a type number to the corresponding type string (e.g. 1 to "A")
142 * 142 *
143 * @param cls closure, unused 143 * @param cls closure, unused
144 * @param type number of a type to convert 144 * @param type number of a type to convert