refactor DHT for new service API
[oweals/gnunet.git] / src / nse / test_nse_api.c
index 4892ac50b714ecda2d3a6d3ca5918f277707078a..22826b2981b4796b113dd8a17fd7cd3726405a26 100644 (file)
@@ -1,6 +1,6 @@
 /*
      This file is part of GNUnet.
-     Copyright (C) 2011 Christian Grothoff (and other contributing authors)
+     Copyright (C) 2011 GNUnet e.V.
 
      GNUnet is free software; you can redistribute it and/or modify
      it under the terms of the GNU General Public License as published
@@ -36,10 +36,9 @@ static struct GNUNET_SCHEDULER_Task * die_task;
  * Signature of the main function of a task.
  *
  * @param cls closure
- * @param tc context information (why was this task triggered now)
  */
 static void
-end_test (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc)
+end_test (void *cls)
 {
   if (h != NULL)
   {