-doxy
authorMartin Schanzenbach <mschanzenbach@posteo.de>
Sat, 30 Jun 2012 17:11:28 +0000 (17:11 +0000)
committerMartin Schanzenbach <mschanzenbach@posteo.de>
Sat, 30 Jun 2012 17:11:28 +0000 (17:11 +0000)
src/gns/gnunet-service-gns.c
src/gns/gnunet-service-gns_resolver.c

index 879e58a00636f62e5c6de0afe01ef51985c284a8..bbf7c4ce59e80ec60421de9f373275bac76e50f1 100644 (file)
@@ -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
index 0844920b9c3330e705ca611ac77edf38dbd6bb44..1ce3eea52308a54fe9d579cf1fee3300036ab8fd 100644 (file)
@@ -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)