add function conv param string
[oweals/gnunet.git] / src / namestore / test_namestore_api_remove.c
index 35911e08fed8c71bff4c1e80fa52a67c272bd6ce..c6c439e86671ad1d3fd751b9ad0ca13e40abb3e0 100644 (file)
@@ -71,10 +71,9 @@ cleanup ()
  * Re-establish the connection to the service.
  *
  * @param cls handle to use to re-connect.
- * @param tc scheduler context
  */
 static void
-endbadly (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc)
+endbadly (void *cls)
 {
   if (NULL != nsqe)
   {
@@ -87,7 +86,7 @@ endbadly (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc)
 
 
 static void
-end (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc)
+end (void *cls)
 {
   cleanup ();
   res = 0;