From: Christian Grothoff Date: Tue, 10 Nov 2009 08:35:00 +0000 (+0000) Subject: const X-Git-Tag: initial-import-from-subversion-38251~23124 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=41742a4fddaf87bf8f894b8205aeed6146f99392;p=oweals%2Fgnunet.git const --- 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, * @return GNUNET_OK on success, GNUNET_SYSERR on error */ int -GNUNET_CONFIGURATION_write_diffs( - struct GNUNET_CONFIGURATION_Handle *cfgDefault, - struct GNUNET_CONFIGURATION_Handle *cfgNew, - const char* filename); +GNUNET_CONFIGURATION_write_diffs(const struct GNUNET_CONFIGURATION_Handle *cfgDefault, + const struct GNUNET_CONFIGURATION_Handle *cfgNew, + const char* filename); /** * Test if there are configuration options that were