From 9658a3a94a5d29d5aa012a49ef40c5284376068b Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Tue, 2 Nov 2010 23:54:17 +0000 Subject: [PATCH] docu --- src/include/gnunet_configuration_lib.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/include/gnunet_configuration_lib.h b/src/include/gnunet_configuration_lib.h index 61ebd35fb..d921cb9ce 100644 --- a/src/include/gnunet_configuration_lib.h +++ b/src/include/gnunet_configuration_lib.h @@ -76,7 +76,7 @@ void GNUNET_CONFIGURATION_destroy (struct GNUNET_CONFIGURATION_Handle *cfg); * to overwrite the defaults. * * @param cfg configuration to update - * @param filename name of the configuration file + * @param filename name of the configuration file, NULL to load defaults * @return GNUNET_OK on success, GNUNET_SYSERR on error */ int GNUNET_CONFIGURATION_load (struct GNUNET_CONFIGURATION_Handle *cfg, -- 2.25.1