gnunet-svn
[Top][All Lists]
Advanced

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

[gnunet] 04/90: -DOC: Pass through PEERSTORE subsystem


From: gnunet
Subject: [gnunet] 04/90: -DOC: Pass through PEERSTORE subsystem
Date: Tue, 18 Oct 2022 03:06:03 +0200

This is an automated email from the git hooks/post-receive script.

martin-schanzenbach pushed a commit to branch master
in repository gnunet.

commit 7227761ee343650aece4895603a989d9b033f87b
Author: Willow Liquorice <willow@howhill.com>
AuthorDate: Wed Aug 31 22:21:10 2022 +0100

    -DOC: Pass through PEERSTORE subsystem
---
 src/include/gnunet_peerstore_service.h |  1 +
 src/peerstore/peerstore_api.c          | 11 -----------
 2 files changed, 1 insertion(+), 11 deletions(-)

diff --git a/src/include/gnunet_peerstore_service.h 
b/src/include/gnunet_peerstore_service.h
index deea3ae96..f9b283a9f 100644
--- a/src/include/gnunet_peerstore_service.h
+++ b/src/include/gnunet_peerstore_service.h
@@ -249,6 +249,7 @@ GNUNET_PEERSTORE_store_cancel (struct 
GNUNET_PEERSTORE_StoreContext *sc);
  * @param key entry key string (can be NULL)
  * @param callback function called with each matching record, all NULL's on end
  * @param callback_cls closure for @a callback
+ * @return Handle to iteration request
  */
 struct GNUNET_PEERSTORE_IterateContext *
 GNUNET_PEERSTORE_iterate (struct GNUNET_PEERSTORE_Handle *h,
diff --git a/src/peerstore/peerstore_api.c b/src/peerstore/peerstore_api.c
index d0c72acf1..b3e793d93 100644
--- a/src/peerstore/peerstore_api.c
+++ b/src/peerstore/peerstore_api.c
@@ -693,17 +693,6 @@ GNUNET_PEERSTORE_iterate_cancel (struct 
GNUNET_PEERSTORE_IterateContext *ic)
 }
 
 
-/**
- * Iterate over records matching supplied key information
- *
- * @param h handle to the PEERSTORE service
- * @param sub_system name of sub system
- * @param peer Peer identity (can be NULL)
- * @param key entry key string (can be NULL)
- * @param callback function called with each matching record, all NULL's on end
- * @param callback_cls closure for @a callback
- * @return Handle to iteration request
- */
 struct GNUNET_PEERSTORE_IterateContext *
 GNUNET_PEERSTORE_iterate (struct GNUNET_PEERSTORE_Handle *h,
                           const char *sub_system,

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

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