From: Nathan S. Evans Date: Mon, 5 Apr 2010 18:41:41 +0000 (+0000) Subject: more doxygen things, i think X-Git-Tag: initial-import-from-subversion-38251~22269 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=da0733704943528795d9798c89ecfda1078ca191;p=oweals%2Fgnunet.git more doxygen things, i think --- 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);