-fix
[oweals/gnunet.git] / src / include / gnunet_peerinfo_service.h
index 50bbc458ab133c42e67c0fd485722db4b46285a7..12264fb1fcaaae6a99a11a7f584bbc2547ab4c6a 100644 (file)
@@ -73,7 +73,7 @@ GNUNET_PEERINFO_disconnect (struct GNUNET_PEERINFO_Handle *h);
 
 
 /**
- * Add a host to the persistent list.  This method operates in 
+ * Add a host to the persistent list.  This method operates in
  * semi-reliable mode: if the transmission is not completed by
  * the time 'GNUNET_PEERINFO_disconnect' is called, it will be
  * aborted.  Furthermore, if a second HELLO is added for the
@@ -111,20 +111,20 @@ struct GNUNET_PEERINFO_IteratorContext;
 
 
 /**
- * Call a method for each known matching host and change its trust
- * value.  The callback method will be invoked once for each matching
+ * Call a method for each known matching host to get its HELLO.
+ * The callback method will be invoked once for each matching
  * host and then finally once with a NULL pointer.  After that final
  * invocation, the iterator context must no longer be used.
  *
- * Instead of calling this function with 'peer == NULL' 
+ * Instead of calling this function with 'peer == NULL'
  * it is often better to use 'GNUNET_PEERINFO_notify'.
- * 
+ *
  * @param h handle to the peerinfo service
  * @param peer restrict iteration to this peer only (can be NULL)
  * @param timeout how long to wait until timing out
  * @param callback the method to call for each peer
  * @param callback_cls closure for callback
- * @return NULL on error (in this case, 'callback' is never called!), 
+ * @return NULL on error (in this case, 'callback' is never called!),
  *         otherwise an iterator context
  */
 struct GNUNET_PEERINFO_IteratorContext *