aboutsummaryrefslogtreecommitdiff
path: root/src/gns/gnunet-service-gns_resolver.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-08-14 23:05:42 +0000
committerChristian Grothoff <christian@grothoff.org>2013-08-14 23:05:42 +0000
commitca173048a26a418866163d14c9159b9ad712644b (patch)
tree7ec72935229086d494257d144dcb373b5ea858cd /src/gns/gnunet-service-gns_resolver.h
parent17d1146c625092753e1b29b7ce6f0dfb603fbd09 (diff)
downloadgnunet-ca173048a26a418866163d14c9159b9ad712644b.tar.gz
gnunet-ca173048a26a418866163d14c9159b9ad712644b.zip
-doxygen
Diffstat (limited to 'src/gns/gnunet-service-gns_resolver.h')
-rw-r--r--src/gns/gnunet-service-gns_resolver.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/gns/gnunet-service-gns_resolver.h b/src/gns/gnunet-service-gns_resolver.h
index 7ee545e2b..47942e57b 100644
--- a/src/gns/gnunet-service-gns_resolver.h
+++ b/src/gns/gnunet-service-gns_resolver.h
@@ -95,11 +95,10 @@ GNS_resolver_lookup (const struct GNUNET_CRYPTO_EccPublicKey *zone,
95/** 95/**
96 * Cancel active resolution (i.e. client disconnected). 96 * Cancel active resolution (i.e. client disconnected).
97 * 97 *
98 * @param h resolution to abort 98 * @param rh resolution to abort
99 */ 99 */
100void 100void
101GNS_resolver_lookup_cancel (struct GNS_ResolverHandle *h); 101GNS_resolver_lookup_cancel (struct GNS_ResolverHandle *rh);
102
103 102
104 103
105 104