aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_gns_service.h
diff options
context:
space:
mode:
authorMartin Schanzenbach <mschanzenbach@posteo.de>2012-02-26 14:34:56 +0000
committerMartin Schanzenbach <mschanzenbach@posteo.de>2012-02-26 14:34:56 +0000
commit39670859fe230805056e8128c7c0bf5d5c92665b (patch)
tree424af2bf213d5a5df41905b21dc17e21af9454a0 /src/include/gnunet_gns_service.h
parent1cd1726ff32df42d13f6cc469bda4881b1f9fbc0 (diff)
downloadgnunet-39670859fe230805056e8128c7c0bf5d5c92665b.tar.gz
gnunet-39670859fe230805056e8128c7c0bf5d5c92665b.zip
-doxygen, more block plugin
Diffstat (limited to 'src/include/gnunet_gns_service.h')
-rw-r--r--src/include/gnunet_gns_service.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/include/gnunet_gns_service.h b/src/include/gnunet_gns_service.h
index 7f3fd77d3..242217866 100644
--- a/src/include/gnunet_gns_service.h
+++ b/src/include/gnunet_gns_service.h
@@ -121,13 +121,14 @@ typedef void (*GNUNET_GNS_LookupIterator) (void *cls,
121 * @param handle handle to the GNS service 121 * @param handle handle to the GNS service
122 * @param timeout how long to wait for transmission of this request to the service 122 * @param timeout how long to wait for transmission of this request to the service
123 * // FIXME: what happens afterwards? 123 * // FIXME: what happens afterwards?
124 * @param type expected type of the response object 124 * @param handle handle to the GNS service
125 * @param timeout timeout of request
125 * @param name the name to look up 126 * @param name the name to look up
126 * @param type the GNUNET_GNS_RecordType to look for 127 * @param type the GNUNET_GNS_RecordType to look for
127 * @param iter function to call on each result 128 * @param iter function to call on each result
128 * @param iter_cls closure for iter 129 * @param iter_cls closure for iter
129 * 130 *
130 * @return handle to stop the async get 131 * @return handle to stop the async lookup
131 */ 132 */
132struct GNUNET_GNS_LookupHandle * 133struct GNUNET_GNS_LookupHandle *
133GNUNET_GNS_lookup_start (struct GNUNET_GNS_Handle *handle, 134GNUNET_GNS_lookup_start (struct GNUNET_GNS_Handle *handle,