aboutsummaryrefslogtreecommitdiff
path: root/src/namestore/test_namestore_api_lookup_nick.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/namestore/test_namestore_api_lookup_nick.c')
-rw-r--r--src/namestore/test_namestore_api_lookup_nick.c16
1 files changed, 9 insertions, 7 deletions
diff --git a/src/namestore/test_namestore_api_lookup_nick.c b/src/namestore/test_namestore_api_lookup_nick.c
index 804b6fc42..d6d3945b7 100644
--- a/src/namestore/test_namestore_api_lookup_nick.c
+++ b/src/namestore/test_namestore_api_lookup_nick.c
@@ -79,7 +79,7 @@ cleanup ()
79 * @param tc scheduler context 79 * @param tc scheduler context
80 */ 80 */
81static void 81static void
82endbadly (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc) 82endbadly (void *cls)
83{ 83{
84 if (NULL != nsqe) 84 if (NULL != nsqe)
85 { 85 {
@@ -92,17 +92,19 @@ endbadly (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc)
92 92
93 93
94static void 94static void
95end (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc) 95end (void *cls)
96{ 96{
97 cleanup (); 97 cleanup ();
98 res = 0; 98 res = 0;
99} 99}
100 100
101void lookup_it (void *cls, 101
102 const struct GNUNET_CRYPTO_EcdsaPrivateKey *zone, 102static void
103 const char *label, 103lookup_it (void *cls,
104 unsigned int rd_count, 104 const struct GNUNET_CRYPTO_EcdsaPrivateKey *zone,
105 const struct GNUNET_GNSRECORD_Data *rd) 105 const char *label,
106 unsigned int rd_count,
107 const struct GNUNET_GNSRECORD_Data *rd)
106{ 108{
107 nsqe = NULL; 109 nsqe = NULL;
108 int c; 110 int c;