]> AND Public Git Repository - simgrid.git/blobdiff - include/gras/virtu.h
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
add the svn version to the checkall log. I'm getting lost out there
[simgrid.git] / include / gras / virtu.h
index f67f5c67ce0ece86cf6f89a9442d5945466cd584..962f1f1f8f7e88ab3a742d1bb075193a9568db93 100644 (file)
@@ -71,10 +71,10 @@ XBT_PUBLIC(int) gras_os_getpid(void);
 
 /* Properties related */
 XBT_PUBLIC(xbt_dict_t) gras_process_properties(void);
-XBT_PUBLIC(const char*) gras_process_property_value(char* name);
+XBT_PUBLIC(const char*) gras_process_property_value(const char* name);
 
 XBT_PUBLIC(xbt_dict_t) gras_os_host_properties(void);
-XBT_PUBLIC(const char*) gras_os_host_property_value(char* name);   
+XBT_PUBLIC(const char*) gras_os_host_property_value(const char* name);   
 
 /** @} */
 SG_END_DECL()