aboutsummaryrefslogtreecommitdiff
path: root/src/gnsrecord/gnsrecord_misc.c
diff options
context:
space:
mode:
authorWillow Liquorice <willow@howhill.com>2022-08-31 22:19:44 +0100
committerWillow Liquorice <willow@howhill.com>2022-10-03 00:44:21 +0100
commit1e13d39e7c191b1bc6733b6505880ec34516b444 (patch)
tree3d9ce9d0af03cf71d22cf7b908d72e93e47bb281 /src/gnsrecord/gnsrecord_misc.c
parent26a2f25692410bffd00e4a783b93ae822f58b221 (diff)
downloadgnunet-1e13d39e7c191b1bc6733b6505880ec34516b444.tar.gz
gnunet-1e13d39e7c191b1bc6733b6505880ec34516b444.zip
-DOC: Pass through GNSRECORD library
Diffstat (limited to 'src/gnsrecord/gnsrecord_misc.c')
-rw-r--r--src/gnsrecord/gnsrecord_misc.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/gnsrecord/gnsrecord_misc.c b/src/gnsrecord/gnsrecord_misc.c
index 880fc68c6..5a24a83d3 100644
--- a/src/gnsrecord/gnsrecord_misc.c
+++ b/src/gnsrecord/gnsrecord_misc.c
@@ -62,14 +62,6 @@ GNUNET_GNSRECORD_label_check (const char*label, char **emsg)
62} 62}
63 63
64 64
65/**
66 * Convert a zone key to a string (for printing debug messages).
67 * This is one of the very few calls in the entire API that is
68 * NOT reentrant!
69 *
70 * @param z the zone key
71 * @return string form; will be overwritten by next call to #GNUNET_GNSRECORD_z2s
72 */
73const char * 65const char *
74GNUNET_GNSRECORD_z2s (const struct GNUNET_IDENTITY_PublicKey *z) 66GNUNET_GNSRECORD_z2s (const struct GNUNET_IDENTITY_PublicKey *z)
75{ 67{