aboutsummaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorSchanzenbach, Martin <mschanzenbach@posteo.de>2020-05-06 18:42:45 +0200
committerSchanzenbach, Martin <mschanzenbach@posteo.de>2020-05-06 18:42:45 +0200
commit1847e16524eb9fe5171612b43cf1d063d0f25dfc (patch)
tree99e4bce838d7c1588cc0133462055db3e5f72f9d /src/include
parent3a110bca6e72f1ad21eab00b0ad64630c0bd2fa2 (diff)
downloadgnunet-1847e16524eb9fe5171612b43cf1d063d0f25dfc.tar.gz
gnunet-1847e16524eb9fe5171612b43cf1d063d0f25dfc.zip
deprecate ill-defined set_nick API
Diffstat (limited to 'src/include')
-rw-r--r--src/include/gnunet_namestore_service.h18
1 files changed, 0 insertions, 18 deletions
diff --git a/src/include/gnunet_namestore_service.h b/src/include/gnunet_namestore_service.h
index a7b7c57b1..bf42c8d34 100644
--- a/src/include/gnunet_namestore_service.h
+++ b/src/include/gnunet_namestore_service.h
@@ -154,24 +154,6 @@ typedef void
154 154
155 155
156/** 156/**
157 * Set the desired nick name for a zone
158 *
159 * @param h handle to the namestore
160 * @param pkey private key of the zone
161 * @param nick the nick name to set
162 * @param cont continuation to call when done
163 * @param cont_cls closure for @a cont
164 * @return handle to abort the request
165 */
166struct GNUNET_NAMESTORE_QueueEntry *
167GNUNET_NAMESTORE_set_nick (struct GNUNET_NAMESTORE_Handle *h,
168 const struct GNUNET_CRYPTO_EcdsaPrivateKey *pkey,
169 const char *nick,
170 GNUNET_NAMESTORE_ContinuationWithStatus cont,
171 void *cont_cls);
172
173
174/**
175 * Lookup an item in the namestore. 157 * Lookup an item in the namestore.
176 * 158 *
177 * @param h handle to the namestore 159 * @param h handle to the namestore