aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Schanzenbach <mschanzenbach@posteo.de>2012-06-16 07:48:29 +0000
committerMartin Schanzenbach <mschanzenbach@posteo.de>2012-06-16 07:48:29 +0000
commitdab580c6caa8106f45d7fcd51329d51df6a792eb (patch)
tree95a618c86cc204b62c22b9e4aac0ceeb945af3a2
parent8814ddd53c3629b4290ea089a05560c6427cafa2 (diff)
downloadgnunet-dab580c6caa8106f45d7fcd51329d51df6a792eb.tar.gz
gnunet-dab580c6caa8106f45d7fcd51329d51df6a792eb.zip
-doxy
-rw-r--r--src/gns/gnunet-gns-proxy.c2
-rw-r--r--src/gns/gnunet-service-gns_resolver.c5
2 files changed, 2 insertions, 5 deletions
diff --git a/src/gns/gnunet-gns-proxy.c b/src/gns/gnunet-gns-proxy.c
index a2c7d181e..51bd51f2f 100644
--- a/src/gns/gnunet-gns-proxy.c
+++ b/src/gns/gnunet-gns-proxy.c
@@ -1806,7 +1806,7 @@ accept_cb (void* cls, const struct sockaddr *addr, socklen_t addrlen)
1806 * correct. In most cases we need to start a new daemon 1806 * correct. In most cases we need to start a new daemon
1807 * 1807 *
1808 * @param h the handle to add to a daemon 1808 * @param h the handle to add to a daemon
1809 * @praram domain the domain the ssl daemon has to serve 1809 * @param domain the domain the ssl daemon has to serve
1810 * @return MHD_YES on success 1810 * @return MHD_YES on success
1811 */ 1811 */
1812static int 1812static int
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);