aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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,