aboutsummaryrefslogtreecommitdiff
path: root/src/namestore/gnunet-namestore.c
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2012-03-05 15:20:49 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2012-03-05 15:20:49 +0000
commitdcfa706003e24e7893a8db3d94d5597a4c4829c9 (patch)
tree004d196b7ae72ccc96515b7a696fc25c34aa8fea /src/namestore/gnunet-namestore.c
parentf9aec0367413408e654a455ad703f44d352cf476 (diff)
downloadgnunet-dcfa706003e24e7893a8db3d94d5597a4c4829c9.tar.gz
gnunet-dcfa706003e24e7893a8db3d94d5597a4c4829c9.zip
- changes
Diffstat (limited to 'src/namestore/gnunet-namestore.c')
-rw-r--r--src/namestore/gnunet-namestore.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/namestore/gnunet-namestore.c b/src/namestore/gnunet-namestore.c
index 3e1ad4ea0..a80f88052 100644
--- a/src/namestore/gnunet-namestore.c
+++ b/src/namestore/gnunet-namestore.c
@@ -191,7 +191,7 @@ del_continuation (void *cls,
191 * or the expiration time of the block in the namestore (even if there are zero 191 * or the expiration time of the block in the namestore (even if there are zero
192 * records matching the desired record type) 192 * records matching the desired record type)
193 * @param name name that is being mapped (at most 255 characters long) 193 * @param name name that is being mapped (at most 255 characters long)
194 * @param rd_count number of entries in 'rd' array 194 * @param rd_len number of entries in 'rd' array
195 * @param rd array of records with data to store 195 * @param rd array of records with data to store
196 * @param signature signature of the record block, NULL if signature is unavailable (i.e. 196 * @param signature signature of the record block, NULL if signature is unavailable (i.e.
197 * because the user queried for a particular record type only) 197 * because the user queried for a particular record type only)