[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[GNUnet-SVN] r7401 - in GNUnet/src: applications/fs/ecrs include
From: |
gnunet |
Subject: |
[GNUnet-SVN] r7401 - in GNUnet/src: applications/fs/ecrs include |
Date: |
Wed, 9 Jul 2008 12:21:59 -0600 (MDT) |
Author: grothoff
Date: 2008-07-09 12:21:59 -0600 (Wed, 09 Jul 2008)
New Revision: 7401
Modified:
GNUnet/src/applications/fs/ecrs/namespace.c
GNUnet/src/include/gnunet_ecrs_lib.h
Log:
more
Modified: GNUnet/src/applications/fs/ecrs/namespace.c
===================================================================
--- GNUnet/src/applications/fs/ecrs/namespace.c 2008-07-09 18:11:17 UTC (rev
7400)
+++ GNUnet/src/applications/fs/ecrs/namespace.c 2008-07-09 18:21:59 UTC (rev
7401)
@@ -388,11 +388,13 @@
/**
* Add an entry into a namespace.
*
- * @param name in which namespace to publish, use just the
- * nickname of the namespace
- * @param dst to which URI should the namespace entry refer?
+ * @param dstU to which URI should the namespace entry refer?
* @param md what meta-data should be associated with the
* entry?
+ * @param thisId name of this entry in the namespace (keyword/identifier)
+ * @param nextId name of the update for this entry (to be published in
+ * the future; maybe NULL)
+ * @param pid unique identifier of the namespace/pseudonym
* @return URI on success, NULL on error
*/
struct GNUNET_ECRS_URI *
Modified: GNUnet/src/include/gnunet_ecrs_lib.h
===================================================================
--- GNUnet/src/include/gnunet_ecrs_lib.h 2008-07-09 18:11:17 UTC (rev
7400)
+++ GNUnet/src/include/gnunet_ecrs_lib.h 2008-07-09 18:21:59 UTC (rev
7401)
@@ -528,6 +528,9 @@
* @param dst to which URI should the namespace entry refer?
* @param md what meta-data should be associated with the
* entry?
+ * @param thisId name of this entry in the namespace (keyword/identifier)
+ * @param nextId name of the update for this entry (to be published in
+ * the future; maybe NULL)
* @return URI on success, NULL on error
*/
struct GNUNET_ECRS_URI *GNUNET_ECRS_namespace_add_content (struct
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [GNUnet-SVN] r7401 - in GNUnet/src: applications/fs/ecrs include,
gnunet <=