aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMartin Schanzenbach <mschanzenbach@posteo.de>2012-03-22 18:25:15 +0000
committerMartin Schanzenbach <mschanzenbach@posteo.de>2012-03-22 18:25:15 +0000
commite35e4386f35b3aa98148fac3900726acc156cc36 (patch)
tree0f640827af6cb1e47077e081ec6b068e24a5a8ce /src
parent287d9eaf1a821d763b51cac14e526ddc7ebdbe12 (diff)
downloadgnunet-e35e4386f35b3aa98148fac3900726acc156cc36.tar.gz
gnunet-e35e4386f35b3aa98148fac3900726acc156cc36.zip
-doxygen
Diffstat (limited to 'src')
-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 */