aboutsummaryrefslogtreecommitdiff
path: root/src/gns/gnunet-service-gns_resolver.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/gns/gnunet-service-gns_resolver.c')
-rw-r--r--src/gns/gnunet-service-gns_resolver.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/gns/gnunet-service-gns_resolver.c b/src/gns/gnunet-service-gns_resolver.c
index ff7842758..3d58c33f6 100644
--- a/src/gns/gnunet-service-gns_resolver.c
+++ b/src/gns/gnunet-service-gns_resolver.c
@@ -108,10 +108,7 @@ is_canonical(char* name)
108/** 108/**
109 * Callback that shortens authorities 109 * Callback that shortens authorities
110 * 110 *
111 * @param name the name given by delegation 111 * @param gph the handle containing the name to shorten
112 * @param zone the authority
113 * @param our_zone our local zone
114 * @param key the private key of our authority
115 */ 112 */
116static void 113static void
117shorten_authority_chain (struct GetPseuAuthorityHandle *gph); 114shorten_authority_chain (struct GetPseuAuthorityHandle *gph);