From da0733704943528795d9798c89ecfda1078ca191 Mon Sep 17 00:00:00 2001 From: "Nathan S. Evans" Date: Mon, 5 Apr 2010 18:41:41 +0000 Subject: [PATCH] more doxygen things, i think --- src/include/gnunet_dht_service.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/include/gnunet_dht_service.h b/src/include/gnunet_dht_service.h index 85b144e38..f4c68bab6 100644 --- a/src/include/gnunet_dht_service.h +++ b/src/include/gnunet_dht_service.h @@ -213,8 +213,8 @@ typedef void (*GNUNET_DHT_FindPeerProcessor)(void *cls, * @param options routing options for this message * @param message a message to inject at found peers (may be null) * @param key the key to look up - * @param iter function to call on each result - * @param iter_cls closure for iter + * @param proc function to call on each result + * @param proc_cls closure for proc * @param cont continuation to call once message sent * @param cont_cls closure for continuation * @@ -226,8 +226,8 @@ GNUNET_DHT_find_peer_start (struct GNUNET_DHT_Handle *handle, enum GNUNET_DHT_RouteOption options, struct GNUNET_MessageHeader *message, const GNUNET_HashCode * key, - GNUNET_DHT_FindPeerProcessor iter, - void *iter_cls, + GNUNET_DHT_FindPeerProcessor proc, + void *proc_cls, GNUNET_SCHEDULER_Task cont, void *cont_cls); -- 2.25.1