aboutsummaryrefslogtreecommitdiff
path: root/src/util/configuration.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/configuration.c')
-rw-r--r--src/util/configuration.c7
1 files changed, 3 insertions, 4 deletions
diff --git a/src/util/configuration.c b/src/util/configuration.c
index d552a7f4d..24b38f933 100644
--- a/src/util/configuration.c
+++ b/src/util/configuration.c
@@ -572,10 +572,9 @@ GNUNET_CONFIGURATION_iterate_section_values (const struct
572 * @param iter_cls closure for @a iter 572 * @param iter_cls closure for @a iter
573 */ 573 */
574void 574void
575GNUNET_CONFIGURATION_iterate_sections (const struct GNUNET_CONFIGURATION_Handle 575GNUNET_CONFIGURATION_iterate_sections (const struct GNUNET_CONFIGURATION_Handle *cfg,
576 *cfg, 576 GNUNET_CONFIGURATION_Section_Iterator iter,
577 GNUNET_CONFIGURATION_Section_Iterator 577 void *iter_cls)
578 iter, void *iter_cls)
579{ 578{
580 struct ConfigSection *spos; 579 struct ConfigSection *spos;
581 struct ConfigSection *next; 580 struct ConfigSection *next;