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 158eae602..12264fb1f 100644
--- a/src/include/gnunet_peerinfo_service.h
+++ b/src/include/gnunet_peerinfo_service.h
@@ -111,8 +111,8 @@ struct GNUNET_PEERINFO_IteratorContext;
111 111
112 112
113/** 113/**
114 * Call a method for each known matching host and change its trust 114 * Call a method for each known matching host to get its HELLO.
115 * value. The callback method will be invoked once for each matching 115 * The callback method will be invoked once for each matching
116 * host and then finally once with a NULL pointer. After that final 116 * host and then finally once with a NULL pointer. After that final
117 * invocation, the iterator context must no longer be used. 117 * invocation, the iterator context must no longer be used.
118 * 118 *