From: Bart Polot Date: Mon, 17 Sep 2012 12:15:29 +0000 (+0000) Subject: - doxygen X-Git-Tag: initial-import-from-subversion-38251~11771 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=7ccdb740a883ba3ae0f55e28aa5c8cd6d9767a70;p=oweals%2Fgnunet.git - doxygen --- diff --git a/src/mesh/gnunet-service-mesh.c b/src/mesh/gnunet-service-mesh.c index 1e2e31d6d..867a16c70 100644 --- a/src/mesh/gnunet-service-mesh.c +++ b/src/mesh/gnunet-service-mesh.c @@ -1319,10 +1319,9 @@ regex_edge_iterator (void *cls, /** * Jump to the next edge, with the longest matching token. * - * @param cls Closure (context of the search). - * @param token Token that follows to next state. - * @param len Lenght of token. - * @param key Hash of next state. + * @param block Block found in the DHT. + * @param size Size of the block. + * @param ctx Context of the search. * * @return GNUNET_YES if should keep iterating, GNUNET_NO otherwise. */