aboutsummaryrefslogtreecommitdiff
path: root/src/gns/gnunet-service-gns_resolver.h
diff options
context:
space:
mode:
authorMartin Schanzenbach <mschanzenbach@posteo.de>2012-03-22 18:20:09 +0000
committerMartin Schanzenbach <mschanzenbach@posteo.de>2012-03-22 18:20:09 +0000
commitb57a34c4392be66883830b365b44afa8e1b21f6c (patch)
treeb2ad53dcae67f9c11d403b6d7e44872f1b6ef005 /src/gns/gnunet-service-gns_resolver.h
parent6ba8bbb5b9034d61ea1b54c7a6d0a670e759b6eb (diff)
downloadgnunet-b57a34c4392be66883830b365b44afa8e1b21f6c.tar.gz
gnunet-b57a34c4392be66883830b365b44afa8e1b21f6c.zip
-doxygen
Diffstat (limited to 'src/gns/gnunet-service-gns_resolver.h')
-rw-r--r--src/gns/gnunet-service-gns_resolver.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gns/gnunet-service-gns_resolver.h b/src/gns/gnunet-service-gns_resolver.h
index 073c19192..a63abab9d 100644
--- a/src/gns/gnunet-service-gns_resolver.h
+++ b/src/gns/gnunet-service-gns_resolver.h
@@ -40,7 +40,6 @@ struct ResolverHandle;
40 * processor for a resultion result 40 * processor for a resultion result
41 * 41 *
42 * @param cls the closure 42 * @param cls the closure
43 * @param rh the resolution handle
44 * @param rd_count number of results 43 * @param rd_count number of results
45 * @pram rd resukt data 44 * @pram rd resukt data
46 */ 45 */
@@ -269,6 +268,7 @@ gns_resolver_cleanup(void);
269 * @param record_type the record type to look up 268 * @param record_type the record type to look up
270 * @param name the name to look up 269 * @param name the name to look up
271 * @param key optional private key for authority caching 270 * @param key optional private key for authority caching
271 * @param timeout timeout for the resolution
272 * @param proc the processor to call 272 * @param proc the processor to call
273 * @param cls the closure to pass to proc 273 * @param cls the closure to pass to proc
274 */ 274 */