summaryrefslogtreecommitdiff
path: root/src/namestore/gnunet-service-namestore.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-08-14 23:05:42 +0000
committerChristian Grothoff <christian@grothoff.org>2013-08-14 23:05:42 +0000
commitca173048a26a418866163d14c9159b9ad712644b (patch)
tree7ec72935229086d494257d144dcb373b5ea858cd /src/namestore/gnunet-service-namestore.c
parent17d1146c625092753e1b29b7ce6f0dfb603fbd09 (diff)
downloadgnunet-ca173048a26a418866163d14c9159b9ad712644b.tar.gz
gnunet-ca173048a26a418866163d14c9159b9ad712644b.zip
-doxygen
Diffstat (limited to 'src/namestore/gnunet-service-namestore.c')
-rw-r--r--src/namestore/gnunet-service-namestore.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/namestore/gnunet-service-namestore.c b/src/namestore/gnunet-service-namestore.c
index 066bfa5bb..200b167de 100644
--- a/src/namestore/gnunet-service-namestore.c
+++ b/src/namestore/gnunet-service-namestore.c
@@ -353,7 +353,7 @@ struct LookupBlockContext
353 353
354 354
355/** 355/**
356 * A #GNUNET_NAMESTORE_BlockCallback for name lookups in #handle_lookup_name 356 * A #GNUNET_NAMESTORE_BlockCallback for name lookups in #handle_lookup_block
357 * 357 *
358 * @param cls a 'struct LookupNameContext *' with information about the request 358 * @param cls a 'struct LookupNameContext *' with information about the request
359 * @param block the block 359 * @param block the block
@@ -873,11 +873,9 @@ struct ZoneIterationProcResult
873 * 873 *
874 * @param cls struct ZoneIterationProcResult *proc 874 * @param cls struct ZoneIterationProcResult *proc
875 * @param zone_key the zone key 875 * @param zone_key the zone key
876 * @param expire expiration time
877 * @param name name 876 * @param name name
878 * @param rd_count number of records for this name 877 * @param rd_count number of records for this name
879 * @param rd record data 878 * @param rd record data
880 * @param signature block signature
881 */ 879 */
882static void 880static void
883zone_iteraterate_proc (void *cls, 881zone_iteraterate_proc (void *cls,
@@ -1118,11 +1116,9 @@ monitor_next (void *cls,
1118 * 1116 *
1119 * @param cls a 'struct ZoneMonitor *' with information about the monitor 1117 * @param cls a 'struct ZoneMonitor *' with information about the monitor
1120 * @param zone_key zone key of the zone 1118 * @param zone_key zone key of the zone
1121 * @param expire expiration time
1122 * @param name name 1119 * @param name name
1123 * @param rd_count number of records 1120 * @param rd_count number of records
1124 * @param rd array of records 1121 * @param rd array of records
1125 * @param signature signature
1126 */ 1122 */
1127static void 1123static void
1128monitor_iterate_cb (void *cls, 1124monitor_iterate_cb (void *cls,