aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_peerinfo_service.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2014-12-14 20:52:16 +0000
committerChristian Grothoff <christian@grothoff.org>2014-12-14 20:52:16 +0000
commita8e5b09df9ce6f090ab4ecfde02fc7ab3b667c13 (patch)
treedd96afbbe0cfb435c94a377d6762100d4a205d05 /src/include/gnunet_peerinfo_service.h
parentea17e83e666b0104b43d04423cef193f92199c26 (diff)
downloadgnunet-a8e5b09df9ce6f090ab4ecfde02fc7ab3b667c13.tar.gz
gnunet-a8e5b09df9ce6f090ab4ecfde02fc7ab3b667c13.zip
-fixing peerinfo part of #3559
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