From 5016a37a13ca59314b0afcb116b4da2941e75c7a Mon Sep 17 00:00:00 2001 From: Martin Schanzenbach Date: Sat, 30 Jun 2012 17:11:28 +0000 Subject: [PATCH] -doxy --- src/gns/gnunet-service-gns.c | 24 +++++++++++++++++++++--- src/gns/gnunet-service-gns_resolver.c | 6 ++++++ 2 files changed, 27 insertions(+), 3 deletions(-) diff --git a/src/gns/gnunet-service-gns.c b/src/gns/gnunet-service-gns.c index 879e58a00..bbf7c4ce5 100644 --- a/src/gns/gnunet-service-gns.c +++ b/src/gns/gnunet-service-gns.c @@ -533,7 +533,13 @@ send_shorten_response(void* cls, const char* name) /** * Lookup the zone infos and shorten name * - * @param csh the shorten handle + * @param cls the client shorten handle + * @param key key of the zone + * @param expiration expiration of record + * @param name name found or null if no result + * @param rd_count number of records found + * @param rd record data + * @param signature * */ static void @@ -590,7 +596,13 @@ process_shorten_in_private_zone_lookup (void *cls, /** * Lookup the zone infos and shorten name * - * @param csh the shorten handle + * @param cls the shorten handle + * @param key key of the zone + * @param expiration expiration of record + * @param name name found or null if no result + * @param rd_count number of records found + * @param rd record data + * @param signature * */ static void @@ -648,7 +660,13 @@ process_shorten_in_root_zone_lookup (void *cls, /** * Lookup the zone infos and shorten name * - * @param csh the shorten handle + * @param cls the shorten handle + * @param key key of the zone + * @param expiration expiration of record + * @param name name found or null if no result + * @param rd_count number of records found + * @param rd record data + * @param signature * */ static void diff --git a/src/gns/gnunet-service-gns_resolver.c b/src/gns/gnunet-service-gns_resolver.c index 0844920b9..1ce3eea52 100644 --- a/src/gns/gnunet-service-gns_resolver.c +++ b/src/gns/gnunet-service-gns_resolver.c @@ -4345,6 +4345,12 @@ gns_resolver_shorten_name (struct GNUNET_CRYPTO_ShortHashCode *zone, /*********** END NAME SHORTEN ********************/ +/** + * Conclude get authority lookup + * + * @param rh resolver handle + * @param nah get authority lookup handle + */ static void finish_get_auth (struct ResolverHandle *rh, struct GetNameAuthorityHandle *nah) -- 2.25.1