aboutsummaryrefslogtreecommitdiff
path: root/src/namestore/test_namestore_api_store.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/namestore/test_namestore_api_store.c')
-rw-r--r--src/namestore/test_namestore_api_store.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/namestore/test_namestore_api_store.c b/src/namestore/test_namestore_api_store.c
index 7345e68da..d80676770 100644
--- a/src/namestore/test_namestore_api_store.c
+++ b/src/namestore/test_namestore_api_store.c
@@ -69,10 +69,9 @@ cleanup ()
69 * Re-establish the connection to the service. 69 * Re-establish the connection to the service.
70 * 70 *
71 * @param cls handle to use to re-connect. 71 * @param cls handle to use to re-connect.
72 * @param tc scheduler context
73 */ 72 */
74static void 73static void
75endbadly (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc) 74endbadly (void *cls)
76{ 75{
77 if (NULL != nsqe) 76 if (NULL != nsqe)
78 { 77 {
@@ -85,7 +84,7 @@ endbadly (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc)
85 84
86 85
87static void 86static void
88end (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc) 87end (void *cls)
89{ 88{
90 cleanup (); 89 cleanup ();
91 res = 0; 90 res = 0;