aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2010-11-02 23:54:17 +0000
committerChristian Grothoff <christian@grothoff.org>2010-11-02 23:54:17 +0000
commit9658a3a94a5d29d5aa012a49ef40c5284376068b (patch)
treefa4c842588233d00adffd52c1b310a0df5149a0d
parent4d956d671d88e719a37ddfcb0722c3b75199f25e (diff)
downloadgnunet-9658a3a94a5d29d5aa012a49ef40c5284376068b.tar.gz
gnunet-9658a3a94a5d29d5aa012a49ef40c5284376068b.zip
docu
-rw-r--r--src/include/gnunet_configuration_lib.h2
1 files changed, 1 insertions, 1 deletions
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);
76 * to overwrite the defaults. 76 * to overwrite the defaults.
77 * 77 *
78 * @param cfg configuration to update 78 * @param cfg configuration to update
79 * @param filename name of the configuration file 79 * @param filename name of the configuration file, NULL to load defaults
80 * @return GNUNET_OK on success, GNUNET_SYSERR on error 80 * @return GNUNET_OK on success, GNUNET_SYSERR on error
81 */ 81 */
82int GNUNET_CONFIGURATION_load (struct GNUNET_CONFIGURATION_Handle *cfg, 82int GNUNET_CONFIGURATION_load (struct GNUNET_CONFIGURATION_Handle *cfg,