gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r6130 - GNUnet/src/applications/testing


From: gnunet
Subject: [GNUnet-SVN] r6130 - GNUnet/src/applications/testing
Date: Sat, 26 Jan 2008 17:00:53 -0700 (MST)

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)
   {





reply via email to

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