aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_peerstore_service.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/gnunet_peerstore_service.h')
-rw-r--r--src/include/gnunet_peerstore_service.h8
1 files changed, 3 insertions, 5 deletions
diff --git a/src/include/gnunet_peerstore_service.h b/src/include/gnunet_peerstore_service.h
index c57a66b1f..966abb7a6 100644
--- a/src/include/gnunet_peerstore_service.h
+++ b/src/include/gnunet_peerstore_service.h
@@ -337,15 +337,13 @@ GNUNET_PEERSTORE_connect (const struct GNUNET_CONFIGURATION_Handle *cfg);
337 337
338 338
339/** 339/**
340 * Disconnect from the PEERSTORE service. Any pending ITERATE and WATCH requests 340 * Disconnect from the PEERSTORE service. Any pending ITERATE and WATCH and
341 * will be canceled. 341 * STORE requests will be canceled.
342 * Any pending STORE requests will depend on @e snyc_first flag.
343 * 342 *
344 * @param h handle to disconnect 343 * @param h handle to disconnect
345 * @param sync_first send any pending STORE requests before disconnecting
346 */ 344 */
347void 345void
348GNUNET_PEERSTORE_disconnect (struct GNUNET_PEERSTORE_Handle *h, int sync_first); 346GNUNET_PEERSTORE_disconnect (struct GNUNET_PEERSTORE_Handle *h);
349 347
350 348
351/** 349/**