types
[oweals/gnunet.git] / src / include / gnunet_statistics_service.h
index 8dd11094c88ddcc3c2c94801e6e11935420fcde3..2496f4091f2eef7516dca04e974fe8c0e9c2fd6b 100644 (file)
@@ -78,7 +78,7 @@ typedef int (*GNUNET_STATISTICS_Iterator) (void *cls,
 struct GNUNET_STATISTICS_Handle
   *GNUNET_STATISTICS_create (struct GNUNET_SCHEDULER_Handle *sched,
                              const char *subsystem,
-                             struct GNUNET_CONFIGURATION_Handle *cfg);
+                             const struct GNUNET_CONFIGURATION_Handle *cfg);
 
 
 /**