aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_peerinfo_service.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/gnunet_peerinfo_service.h')
-rw-r--r--src/include/gnunet_peerinfo_service.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/gnunet_peerinfo_service.h b/src/include/gnunet_peerinfo_service.h
index ff8700861..caa659065 100644
--- a/src/include/gnunet_peerinfo_service.h
+++ b/src/include/gnunet_peerinfo_service.h
@@ -62,7 +62,7 @@ GNUNET_PEERINFO_connect (const struct GNUNET_CONFIGURATION_Handle *cfg);
62 * Disconnect from the peerinfo service. Note that all iterators must 62 * Disconnect from the peerinfo service. Note that all iterators must
63 * have completed or have been cancelled by the time this function is 63 * have completed or have been cancelled by the time this function is
64 * called (otherwise, calling this function is a serious error). 64 * called (otherwise, calling this function is a serious error).
65 * Furthermore, if 'GNUNET_PEERINFO_add_peer' operations are still 65 * Furthermore, if #GNUNET_PEERINFO_add_peer() operations are still
66 * pending, they will be cancelled silently on disconnect. 66 * pending, they will be cancelled silently on disconnect.
67 * 67 *
68 * @param h handle to disconnect 68 * @param h handle to disconnect