aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_gns_service.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-08-13 17:48:54 +0000
committerChristian Grothoff <christian@grothoff.org>2013-08-13 17:48:54 +0000
commitbc7d219460d5ef0511164eb90039710940d905dd (patch)
treeacd96a93da163e17d3af3fe70c4e905e559fc84a /src/include/gnunet_gns_service.h
parent37070fdc2fb6fd36ccae94d93067b0bdb7ee9350 (diff)
downloadgnunet-bc7d219460d5ef0511164eb90039710940d905dd.tar.gz
gnunet-bc7d219460d5ef0511164eb90039710940d905dd.zip
-more work on simplified GNS API implementation
Diffstat (limited to 'src/include/gnunet_gns_service.h')
-rw-r--r--src/include/gnunet_gns_service.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/gnunet_gns_service.h b/src/include/gnunet_gns_service.h
index d9aad6d77..283229dbf 100644
--- a/src/include/gnunet_gns_service.h
+++ b/src/include/gnunet_gns_service.h
@@ -110,7 +110,7 @@ GNUNET_GNS_lookup (struct GNUNET_GNS_Handle *handle,
110 const struct GNUNET_CRYPTO_EccPublicKey *zone, 110 const struct GNUNET_CRYPTO_EccPublicKey *zone,
111 int type, 111 int type,
112 int only_cached, 112 int only_cached,
113 struct GNUNET_CRYPTO_EccPrivateKey *shorten_zone_key, 113 const struct GNUNET_CRYPTO_EccPrivateKey *shorten_zone_key,
114 GNUNET_GNS_LookupResultProcessor proc, 114 GNUNET_GNS_LookupResultProcessor proc,
115 void *proc_cls); 115 void *proc_cls);
116 116
@@ -121,7 +121,7 @@ GNUNET_GNS_lookup (struct GNUNET_GNS_Handle *handle,
121 * @param lr the lookup request to cancel 121 * @param lr the lookup request to cancel
122 */ 122 */
123void 123void
124GNUNET_GNS_cancel_lookup_request (struct GNUNET_GNS_LookupRequest *lr); 124GNUNET_GNS_lookup_cancel (struct GNUNET_GNS_LookupRequest *lr);
125 125
126 126
127#if 0 /* keep Emacsens' auto-indent happy */ 127#if 0 /* keep Emacsens' auto-indent happy */