add function conv param string
[oweals/gnunet.git] / src / namestore / test_namestore_api_monitoring.c
index 85d1659b404ec77e88c13919f6b78619e556f5c8..2ea271d50a8ffa4883bd6a46b5a708a4d283c781 100644 (file)
@@ -126,10 +126,9 @@ do_shutdown ()
  * 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)
 {
   do_shutdown ();
   res = 1;
@@ -137,7 +136,7 @@ endbadly (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc)
 
 
 static void
-end (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc)
+end (void *cls)
 {
   do_shutdown ();
   res = 0;