aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_namestore_service.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/gnunet_namestore_service.h')
-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