check
[oweals/gnunet.git] / src / include / gnunet_statistics_service.h
index 71c834f2afc7c52420b93a78292c627c6754bdd1..e22fe16d4c90df82cb9efb6ff6fc8a1ad5153de6 100644 (file)
@@ -70,14 +70,12 @@ typedef int (*GNUNET_STATISTICS_Iterator) (void *cls,
 /**
  * Get handle for the statistics service.
  *
- * @param sched scheduler to use
  * @param subsystem name of subsystem using the service
  * @param cfg services configuration in use
  * @return handle to use
  */
 struct GNUNET_STATISTICS_Handle
-  *GNUNET_STATISTICS_create (struct GNUNET_SCHEDULER_Handle *sched,
-                             const char *subsystem,
+  *GNUNET_STATISTICS_create (const char *subsystem,
                              const struct GNUNET_CONFIGURATION_Handle *cfg);