add function conv param string
[oweals/gnunet.git] / src / namestore / test_namestore_api_lookup_public.c
index ef63b94f1d6d6cdf8dcbe43f2b85a71f31581509..09d6b302d7df0228ef70cc1ea93824e922f5852d 100644 (file)
@@ -79,10 +79,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)
   {
@@ -100,7 +99,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;