aboutsummaryrefslogtreecommitdiff
path: root/src/gns/gnunet-service-gns_resolver.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-09-18 13:29:39 +0000
committerChristian Grothoff <christian@grothoff.org>2012-09-18 13:29:39 +0000
commita0b1e4ae909d99bacac9ecaa52449d6c940d5947 (patch)
treebb538c35d95c456f46d8008cbb4ad437ebb57f0b /src/gns/gnunet-service-gns_resolver.h
parentdd663a8d291aa5cd0a1235856ba60b71c4c3d344 (diff)
downloadgnunet-a0b1e4ae909d99bacac9ecaa52449d6c940d5947.tar.gz
gnunet-a0b1e4ae909d99bacac9ecaa52449d6c940d5947.zip
-code review, breaking build a bit
Diffstat (limited to 'src/gns/gnunet-service-gns_resolver.h')
-rw-r--r--src/gns/gnunet-service-gns_resolver.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/gns/gnunet-service-gns_resolver.h b/src/gns/gnunet-service-gns_resolver.h
index 8b0a05e5f..8c144df16 100644
--- a/src/gns/gnunet-service-gns_resolver.h
+++ b/src/gns/gnunet-service-gns_resolver.h
@@ -36,10 +36,6 @@ struct AuthorityChain
36/* handle to a resolution process */ 36/* handle to a resolution process */
37struct ResolverHandle; 37struct ResolverHandle;
38 38
39/**
40 * continuation called when cleanup of resolver finishes
41 */
42typedef void (*ResolverCleanupContinuation) (void);
43 39
44/** 40/**
45 * processor for a record lookup result 41 * processor for a record lookup result
@@ -376,7 +372,7 @@ gns_resolver_init(struct GNUNET_NAMESTORE_Handle *nh,
376 * @param cont continuation to call when finished 372 * @param cont continuation to call when finished
377 */ 373 */
378void 374void
379gns_resolver_cleanup(ResolverCleanupContinuation cont); 375gns_resolver_cleanup(void);
380 376
381/** 377/**
382 * Lookup of a record in a specific zone 378 * Lookup of a record in a specific zone