aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2013-08-21 08:22:04 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2013-08-21 08:22:04 +0000
commit993ee453a509b79e0e891cae0b77e54e3e62f27d (patch)
tree0cfabd391124e0554c6e3f24482dcaa9a81a74c4
parentc30fb461c37dd2339061d42c4a92d80e46eb761d (diff)
downloadgnunet-993ee453a509b79e0e891cae0b77e54e3e62f27d.tar.gz
gnunet-993ee453a509b79e0e891cae0b77e54e3e62f27d.zip
remove docu
-rw-r--r--src/namestore/test_plugin_namestore.c14
1 files changed, 1 insertions, 13 deletions
diff --git a/src/namestore/test_plugin_namestore.c b/src/namestore/test_plugin_namestore.c
index 0840de48c..44400f957 100644
--- a/src/namestore/test_plugin_namestore.c
+++ b/src/namestore/test_plugin_namestore.c
@@ -79,19 +79,7 @@ load_plugin (const struct GNUNET_CONFIGURATION_Handle *cfg)
79 return ret; 79 return ret;
80} 80}
81 81
82/** 82
83 * Function called by for each matching record.
84 *
85 * @param cls closure
86 * @param zone_key public key of the zone
87 * @param expire when does the corresponding block in the DHT expire (until
88 * when should we never do a DHT lookup for the same name again)?
89 * @param name name that is being mapped (at most 255 characters long)
90 * @param rd_count number of entries in 'rd' array
91 * @param rd array of records with data to store
92 * @param signature signature of the record block, NULL if signature is unavailable (i.e.
93 * because the user queried for a particular record type only)
94 */
95static void 83static void
96test_record (void *cls, 84test_record (void *cls,
97 const struct GNUNET_CRYPTO_EccPrivateKey *private_key, 85 const struct GNUNET_CRYPTO_EccPrivateKey *private_key,