Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
fixe the last warning
authorcherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Thu, 26 Oct 2006 11:51:45 +0000 (11:51 +0000)
committercherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Thu, 26 Oct 2006 11:51:45 +0000 (11:51 +0000)
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2906 48e7efb5-ca39-0410-a469-dd3cf9ba447f

src/surf/surf_private.h

index b163d3f..de63af8 100644 (file)
@@ -72,7 +72,7 @@ extern xbt_dynar_t surf_path;
  * case the function returns "./" that represents the current
  * directory on Unix/Linux platforms.
  */
  * case the function returns "./" that represents the current
  * directory on Unix/Linux platforms.
  */
-const char* __surf_get_initial_path();
+const char* __surf_get_initial_path(void);
 
 /* The __surf_is_absolute_file_path() returns 1 if
  * file_path is a absolute file path, in the other
 
 /* The __surf_is_absolute_file_path() returns 1 if
  * file_path is a absolute file path, in the other