aboutsummaryrefslogtreecommitdiff
path: root/src/gns/gnunet-service-gns.c
diff options
context:
space:
mode:
authorMartin Schanzenbach <mschanzenbach@posteo.de>2012-03-22 18:20:09 +0000
committerMartin Schanzenbach <mschanzenbach@posteo.de>2012-03-22 18:20:09 +0000
commitb57a34c4392be66883830b365b44afa8e1b21f6c (patch)
treeb2ad53dcae67f9c11d403b6d7e44872f1b6ef005 /src/gns/gnunet-service-gns.c
parent6ba8bbb5b9034d61ea1b54c7a6d0a670e759b6eb (diff)
downloadgnunet-b57a34c4392be66883830b365b44afa8e1b21f6c.tar.gz
gnunet-b57a34c4392be66883830b365b44afa8e1b21f6c.zip
-doxygen
Diffstat (limited to 'src/gns/gnunet-service-gns.c')
-rw-r--r--src/gns/gnunet-service-gns.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/gns/gnunet-service-gns.c b/src/gns/gnunet-service-gns.c
index dff300bb7..31b3822fb 100644
--- a/src/gns/gnunet-service-gns.c
+++ b/src/gns/gnunet-service-gns.c
@@ -387,8 +387,8 @@ update_zone_dht_start(void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc)
387/** 387/**
388 * Send shorten response back to client 388 * Send shorten response back to client
389 * 389 *
390 * @param cls the closure containing a client shorten handle
390 * @param name the shortened name result or NULL if cannot be shortened 391 * @param name the shortened name result or NULL if cannot be shortened
391 * @param csh the handle to the shorten request
392 */ 392 */
393static void 393static void
394send_shorten_response(void* cls, const char* name) 394send_shorten_response(void* cls, const char* name)
@@ -500,8 +500,8 @@ static void handle_shorten(void *cls,
500/** 500/**
501 * Send get authority response back to client 501 * Send get authority response back to client
502 * 502 *
503 * @param cls the closure containing a client get auth handle
503 * @param name the shortened name result or NULL if cannot be shortened 504 * @param name the shortened name result or NULL if cannot be shortened
504 * @param cah the handle to the get authority request
505 */ 505 */
506static void 506static void
507send_get_auth_response(void *cls, const char* name) 507send_get_auth_response(void *cls, const char* name)
@@ -631,7 +631,6 @@ static void handle_get_authority(void *cls,
631 * Reply to client with the result from our lookup. 631 * Reply to client with the result from our lookup.
632 * 632 *
633 * @param cls the closure (our client lookup handle) 633 * @param cls the closure (our client lookup handle)
634 * @param rh the request handle of the lookup
635 * @param rd_count the number of records 634 * @param rd_count the number of records
636 * @param rd the record data 635 * @param rd the record data
637 */ 636 */