aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/include/gnunet_gns_service.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/include/gnunet_gns_service.h b/src/include/gnunet_gns_service.h
index 66cbab820..24e0a67b7 100644
--- a/src/include/gnunet_gns_service.h
+++ b/src/include/gnunet_gns_service.h
@@ -113,8 +113,8 @@ GNUNET_GNS_disconnect (struct GNUNET_GNS_Handle *handle);
113 * @param rd the records in reply 113 * @param rd the records in reply
114 */ 114 */
115typedef void (*GNUNET_GNS_LookupResultProcessor) (void *cls, 115typedef void (*GNUNET_GNS_LookupResultProcessor) (void *cls,
116 uint32_t rd_count, 116 uint32_t rd_count,
117 const struct GNUNET_NAMESTORE_RecordData *rd); 117 const struct GNUNET_NAMESTORE_RecordData *rd);
118 118
119 119
120 120
@@ -125,7 +125,7 @@ typedef void (*GNUNET_GNS_LookupResultProcessor) (void *cls,
125 * @param name the name to look up 125 * @param name the name to look up
126 * @param type the GNUNET_GNS_RecordType to look for 126 * @param type the GNUNET_GNS_RecordType to look for
127 * @param proc function to call on result 127 * @param proc function to call on result
128 * @param proc_cls closure for iter 128 * @param proc_cls closure for processor
129 * 129 *
130 * @return handle to the queued request 130 * @return handle to the queued request
131 */ 131 */