Author: nevans
Date: 2008-01-26 17:00:52 -0700 (Sat, 26 Jan 2008)
New Revision: 6130

Modified:
   GNUnet/src/applications/testing/remotetest.c
Log:
hrmphf

Modified: GNUnet/src/applications/testing/remotetest.c
===================================================================
--- GNUnet/src/applications/testing/remotetest.c        2008-01-26 23:52:03 UTC 
(rev 6129)
+++ GNUnet/src/applications/testing/remotetest.c        2008-01-27 00:00:52 UTC 
(rev 6130)
@@ -43,7 +43,7 @@
  * @return 0: ok, -1: error
  */
 int
-main (int argc, const char **argv)
+main (int argc, char *const *argv)
 {  
   configFile = "/tmp/fake.conf";
   static char *path;
@@ -53,9 +53,8 @@
   struct GNUNET_GE_Context *ectx;
   struct GNUNET_GC_Configuration *hostConfig;
  
-  res = GNUNET_init (argc,
-                     argv,
-                     "remotetest",
+  res = GNUNET_init (argc,argv,
+                                       "remotetest",
                      &configFile, gnunetRemoteOptions, &ectx, &cfg);
   if (res == -1)
   {



_______________________________________________
GNUnet-SVN mailing list
GNUnet-SVN@gnu.org
http://lists.gnu.org/mailman/listinfo/gnunet-svn

Reply via email to