aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_peerinfo_service.h
diff options
context:
space:
mode:
authorNathan S. Evans <evans@in.tum.de>2010-12-23 16:27:50 +0000
committerNathan S. Evans <evans@in.tum.de>2010-12-23 16:27:50 +0000
commitebf8ce753640b069180eadd7abf47d9a9a371a29 (patch)
tree41845779ef698e21b51caadb6366b21e66431acb /src/include/gnunet_peerinfo_service.h
parentb62eced93de9e54f0c8c1cc1a9fbc3c0f9bf7fc5 (diff)
downloadgnunet-ebf8ce753640b069180eadd7abf47d9a9a371a29.tar.gz
gnunet-ebf8ce753640b069180eadd7abf47d9a9a371a29.zip
trust argument does not exist
Diffstat (limited to 'src/include/gnunet_peerinfo_service.h')
-rw-r--r--src/include/gnunet_peerinfo_service.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/include/gnunet_peerinfo_service.h b/src/include/gnunet_peerinfo_service.h
index 228e698b3..1c34d83bb 100644
--- a/src/include/gnunet_peerinfo_service.h
+++ b/src/include/gnunet_peerinfo_service.h
@@ -114,10 +114,6 @@ struct GNUNET_PEERINFO_IteratorContext;
114 * host and then finally once with a NULL pointer. After that final 114 * host and then finally once with a NULL pointer. After that final
115 * invocation, the iterator context must no longer be used. 115 * invocation, the iterator context must no longer be used.
116 * 116 *
117 * Note that the last call can be triggered by timeout or by simply
118 * being done; however, the trust argument will be set to zero if we
119 * are done, 1 if we timed out and 2 for fatal error.
120 *
121 * Instead of calling this function with 'peer == NULL' 117 * Instead of calling this function with 'peer == NULL'
122 * it is often better to use 'GNUNET_PEERINFO_notify'. 118 * it is often better to use 'GNUNET_PEERINFO_notify'.
123 * 119 *