aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_configuration_lib.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2009-11-10 08:35:00 +0000
committerChristian Grothoff <christian@grothoff.org>2009-11-10 08:35:00 +0000
commit41742a4fddaf87bf8f894b8205aeed6146f99392 (patch)
treef3aa3f02d4c838de0d6897e1e551687bc1d07437 /src/include/gnunet_configuration_lib.h
parentc81ee0c9dd540678c332608443ade794437d926f (diff)
downloadgnunet-41742a4fddaf87bf8f894b8205aeed6146f99392.tar.gz
gnunet-41742a4fddaf87bf8f894b8205aeed6146f99392.zip
const
Diffstat (limited to 'src/include/gnunet_configuration_lib.h')
-rw-r--r--src/include/gnunet_configuration_lib.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/src/include/gnunet_configuration_lib.h b/src/include/gnunet_configuration_lib.h
index 617db5d36..61ebd35fb 100644
--- a/src/include/gnunet_configuration_lib.h
+++ b/src/include/gnunet_configuration_lib.h
@@ -113,10 +113,9 @@ int GNUNET_CONFIGURATION_write (struct GNUNET_CONFIGURATION_Handle *cfg,
113 * @return GNUNET_OK on success, GNUNET_SYSERR on error 113 * @return GNUNET_OK on success, GNUNET_SYSERR on error
114 */ 114 */
115int 115int
116GNUNET_CONFIGURATION_write_diffs( 116GNUNET_CONFIGURATION_write_diffs(const struct GNUNET_CONFIGURATION_Handle *cfgDefault,
117 struct GNUNET_CONFIGURATION_Handle *cfgDefault, 117 const struct GNUNET_CONFIGURATION_Handle *cfgNew,
118 struct GNUNET_CONFIGURATION_Handle *cfgNew, 118 const char* filename);
119 const char* filename);
120 119
121/** 120/**
122 * Test if there are configuration options that were 121 * Test if there are configuration options that were