aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_peerstore_service.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2018-11-22 16:27:34 +0100
committerChristian Grothoff <christian@grothoff.org>2018-11-22 16:27:34 +0100
commitae82c19b277ae3f5f43379ed6fc384aba4fdea83 (patch)
treec5c03c1e718cfb33c8283d5f9c0879730a63547a /src/include/gnunet_peerstore_service.h
parenta567f15a1d1c9c8bd17135a120df44da2b85cd8a (diff)
downloadgnunet-ae82c19b277ae3f5f43379ed6fc384aba4fdea83.tar.gz
gnunet-ae82c19b277ae3f5f43379ed6fc384aba4fdea83.zip
simplify peerstore API
Diffstat (limited to 'src/include/gnunet_peerstore_service.h')
-rw-r--r--src/include/gnunet_peerstore_service.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/include/gnunet_peerstore_service.h b/src/include/gnunet_peerstore_service.h
index 261d2d34f..10049b15e 100644
--- a/src/include/gnunet_peerstore_service.h
+++ b/src/include/gnunet_peerstore_service.h
@@ -205,7 +205,6 @@ GNUNET_PEERSTORE_store_cancel (struct GNUNET_PEERSTORE_StoreContext *sc);
205 * @param sub_system name of sub system 205 * @param sub_system name of sub system
206 * @param peer Peer identity (can be NULL) 206 * @param peer Peer identity (can be NULL)
207 * @param key entry key string (can be NULL) 207 * @param key entry key string (can be NULL)
208 * @param timeout time after which the iterate request is canceled
209 * @param callback function called with each matching record, all NULL's on end 208 * @param callback function called with each matching record, all NULL's on end
210 * @param callback_cls closure for @a callback 209 * @param callback_cls closure for @a callback
211 */ 210 */
@@ -214,7 +213,6 @@ GNUNET_PEERSTORE_iterate (struct GNUNET_PEERSTORE_Handle *h,
214 const char *sub_system, 213 const char *sub_system,
215 const struct GNUNET_PeerIdentity *peer, 214 const struct GNUNET_PeerIdentity *peer,
216 const char *key, 215 const char *key,
217 struct GNUNET_TIME_Relative timeout,
218 GNUNET_PEERSTORE_Processor callback, 216 GNUNET_PEERSTORE_Processor callback,
219 void *callback_cls); 217 void *callback_cls);
220 218