aboutsummaryrefslogtreecommitdiff
path: root/src/gns/gnunet-service-gns_interceptor.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_interceptor.c
parent6ba8bbb5b9034d61ea1b54c7a6d0a670e759b6eb (diff)
downloadgnunet-b57a34c4392be66883830b365b44afa8e1b21f6c.tar.gz
gnunet-b57a34c4392be66883830b365b44afa8e1b21f6c.zip
-doxygen
Diffstat (limited to 'src/gns/gnunet-service-gns_interceptor.c')
-rw-r--r--src/gns/gnunet-service-gns_interceptor.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/gns/gnunet-service-gns_interceptor.c b/src/gns/gnunet-service-gns_interceptor.c
index cd3aeb581..f6d56d048 100644
--- a/src/gns/gnunet-service-gns_interceptor.c
+++ b/src/gns/gnunet-service-gns_interceptor.c
@@ -20,7 +20,7 @@
20 20
21/** 21/**
22 * 22 *
23 * @file gns/gns_interceptor.c 23 * @file gns/gnunet-service-gns_interceptor.c
24 * @brief GNUnet GNS interceptor logic 24 * @brief GNUnet GNS interceptor logic
25 * @author Martin Schanzenbach 25 * @author Martin Schanzenbach
26 */ 26 */
@@ -70,7 +70,6 @@ static struct GNUNET_CRYPTO_RsaPrivateKey *our_key;
70 * Reply to dns request with the result from our lookup. 70 * Reply to dns request with the result from our lookup.
71 * 71 *
72 * @param cls the closure to the request (an InterceptLookupHandle) 72 * @param cls the closure to the request (an InterceptLookupHandle)
73 * @param rh the request handle of the lookup
74 * @param rd_count the number of records to return 73 * @param rd_count the number of records to return
75 * @param rd the record data 74 * @param rd the record data
76 */ 75 */