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.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/gnunet_peerinfo_service.h b/src/include/gnunet_peerinfo_service.h
index 6aadba964..b428f49a4 100644
--- a/src/include/gnunet_peerinfo_service.h
+++ b/src/include/gnunet_peerinfo_service.h
@@ -163,7 +163,7 @@ struct GNUNET_PEERINFO_IteratorContext;
163 */ 163 */
164struct GNUNET_PEERINFO_IteratorContext * 164struct GNUNET_PEERINFO_IteratorContext *
165GNUNET_PEERINFO_iterate (struct GNUNET_PEERINFO_Handle *h, 165GNUNET_PEERINFO_iterate (struct GNUNET_PEERINFO_Handle *h,
166 int include_friend_only, 166 int include_friend_only,
167 const struct GNUNET_PeerIdentity *peer, 167 const struct GNUNET_PeerIdentity *peer,
168 struct GNUNET_TIME_Relative timeout, 168 struct GNUNET_TIME_Relative timeout,
169 GNUNET_PEERINFO_Processor callback, void *callback_cls); 169 GNUNET_PEERINFO_Processor callback, void *callback_cls);
@@ -203,7 +203,7 @@ struct GNUNET_PEERINFO_NotifyContext;
203 */ 203 */
204struct GNUNET_PEERINFO_NotifyContext * 204struct GNUNET_PEERINFO_NotifyContext *
205GNUNET_PEERINFO_notify (const struct GNUNET_CONFIGURATION_Handle *cfg, 205GNUNET_PEERINFO_notify (const struct GNUNET_CONFIGURATION_Handle *cfg,
206 int include_friend_only, 206 int include_friend_only,
207 GNUNET_PEERINFO_Processor callback, void *callback_cls); 207 GNUNET_PEERINFO_Processor callback, void *callback_cls);
208 208
209 209