gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r9446 - gnunet/src/include


From: gnunet
Subject: [GNUnet-SVN] r9446 - gnunet/src/include
Date: Tue, 10 Nov 2009 01:35:00 -0700

Author: grothoff
Date: 2009-11-10 01:35:00 -0700 (Tue, 10 Nov 2009)
New Revision: 9446

Modified:
   gnunet/src/include/gnunet_configuration_lib.h
Log:
const

Modified: gnunet/src/include/gnunet_configuration_lib.h
===================================================================
--- gnunet/src/include/gnunet_configuration_lib.h       2009-11-10 08:34:13 UTC 
(rev 9445)
+++ gnunet/src/include/gnunet_configuration_lib.h       2009-11-10 08:35:00 UTC 
(rev 9446)
@@ -113,10 +113,9 @@
  * @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





reply via email to

[Prev in Thread] Current Thread [Next in Thread]