aboutsummaryrefslogtreecommitdiff
path: root/src/util/configuration.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-10-13 22:23:16 +0000
committerChristian Grothoff <christian@grothoff.org>2013-10-13 22:23:16 +0000
commit9b2138097e9e44e384b8466f3fa61d2220824bdd (patch)
tree771f3ffee62026d14ba035b6990c5cd0bfd7c1bc /src/util/configuration.c
parent5352043a7c079cd5728a39eec34e595a40f4cef0 (diff)
downloadgnunet-9b2138097e9e44e384b8466f3fa61d2220824bdd.tar.gz
gnunet-9b2138097e9e44e384b8466f3fa61d2220824bdd.zip
-doxygen
Diffstat (limited to 'src/util/configuration.c')
-rw-r--r--src/util/configuration.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/configuration.c b/src/util/configuration.c
index 6176b1734..1e3037878 100644
--- a/src/util/configuration.c
+++ b/src/util/configuration.c
@@ -145,7 +145,7 @@ GNUNET_CONFIGURATION_destroy (struct GNUNET_CONFIGURATION_Handle *cfg)
145 * @param allow_inline set to #GNUNET_YES if we recursively load configuration 145 * @param allow_inline set to #GNUNET_YES if we recursively load configuration
146 * from inlined configurations; #GNUNET_NO if not and raise warnings 146 * from inlined configurations; #GNUNET_NO if not and raise warnings
147 * when we come across them 147 * when we come across them
148 * @return #GNUNET_OK on success, #GNUNET_ERROR on error 148 * @return #GNUNET_OK on success, #GNUNET_SYSERR on error
149 */ 149 */
150int 150int
151GNUNET_CONFIGURATION_deserialize (struct GNUNET_CONFIGURATION_Handle *cfg, 151GNUNET_CONFIGURATION_deserialize (struct GNUNET_CONFIGURATION_Handle *cfg,