gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r30667 - gnunet/src/include


From: gnunet
Subject: [GNUnet-SVN] r30667 - gnunet/src/include
Date: Wed, 13 Nov 2013 16:04:58 +0100

Author: wachs
Date: 2013-11-13 16:04:58 +0100 (Wed, 13 Nov 2013)
New Revision: 30667

Modified:
   gnunet/src/include/gnunet_namestore_service.h
Log:
header


Modified: gnunet/src/include/gnunet_namestore_service.h
===================================================================
--- gnunet/src/include/gnunet_namestore_service.h       2013-11-13 15:04:21 UTC 
(rev 30666)
+++ gnunet/src/include/gnunet_namestore_service.h       2013-11-13 15:04:58 UTC 
(rev 30667)
@@ -134,6 +134,22 @@
                                                unsigned int rd_count,
                                                const struct 
GNUNET_GNSRECORD_Data *rd);
 
+/**
+ * Set the desired nick name for a zone
+ *
+ * @param h handle to the namestore
+ * @param pkey private key of the zone
+ * @param nick the nick name to set
+ * @param cont continuation to call when done
+ * @param cont_cls closure for 'cont'
+ * @return handle to abort the request
+ */
+struct GNUNET_NAMESTORE_QueueEntry *
+GNUNET_NAMESTORE_set_nick (struct GNUNET_NAMESTORE_Handle *h,
+                           const struct GNUNET_CRYPTO_EcdsaPrivateKey *pkey,
+                           const char *nick,
+                           GNUNET_NAMESTORE_ContinuationWithStatus cont,
+                           void *cont_cls);
 
 /**
  * Lookup an item in the namestore.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]