aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_configuration_lib.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2016-12-18 07:06:20 +0100
committerChristian Grothoff <christian@grothoff.org>2016-12-18 07:06:20 +0100
commitbc4a5aeac8a6f1a1d25b118a26233d4fe7d23741 (patch)
tree7ee4fa82ed994544de50dc3b0e6ed64ca6c0826b /src/include/gnunet_configuration_lib.h
parent6c60f595b5bd12945dfcb19141129e8842a09e24 (diff)
downloadgnunet-bc4a5aeac8a6f1a1d25b118a26233d4fe7d23741.tar.gz
gnunet-bc4a5aeac8a6f1a1d25b118a26233d4fe7d23741.zip
implement writing of configuration file in autoconfiguration
Diffstat (limited to 'src/include/gnunet_configuration_lib.h')
-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 945f3ca59..746dea61f 100644
--- a/src/include/gnunet_configuration_lib.h
+++ b/src/include/gnunet_configuration_lib.h
@@ -89,7 +89,7 @@ GNUNET_CONFIGURATION_load (struct GNUNET_CONFIGURATION_Handle *cfg,
89 89
90/** 90/**
91 * Load default configuration. This function will parse the 91 * Load default configuration. This function will parse the
92 * defaults from the given defaults_d directory. 92 * defaults from the given @a defaults_d directory.
93 * 93 *
94 * @param cfg configuration to update 94 * @param cfg configuration to update
95 * @param defaults_d directory with the defaults 95 * @param defaults_d directory with the defaults