-doxygen
authorMartin Schanzenbach <mschanzenbach@posteo.de>
Thu, 22 Mar 2012 18:25:15 +0000 (18:25 +0000)
committerMartin Schanzenbach <mschanzenbach@posteo.de>
Thu, 22 Mar 2012 18:25:15 +0000 (18:25 +0000)
src/include/gnunet_gns_service.h

index 66cbab8209e327681faf7f6f9a23c852d7b32cd4..24e0a67b7dc4c6772cbd615d23ed45669a0bde20 100644 (file)
@@ -113,8 +113,8 @@ GNUNET_GNS_disconnect (struct GNUNET_GNS_Handle *handle);
  * @param rd the records in reply
  */
 typedef void (*GNUNET_GNS_LookupResultProcessor) (void *cls,
-                                        uint32_t rd_count,
-                                        const struct GNUNET_NAMESTORE_RecordData *rd);
+                                 uint32_t rd_count,
+                                 const struct GNUNET_NAMESTORE_RecordData *rd);
 
 
 
@@ -125,7 +125,7 @@ typedef void (*GNUNET_GNS_LookupResultProcessor) (void *cls,
  * @param name the name to look up
  * @param type the GNUNET_GNS_RecordType to look for
  * @param proc function to call on result
- * @param proc_cls closure for iter
+ * @param proc_cls closure for processor
  *
  * @return handle to the queued request
  */