X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/42001fa8f0d1b0c4193741147cd58c345e8f2233..301a28e1a96c21b0581abc2dd632952e3c5d0ff8:/include/gras/virtu.h diff --git a/include/gras/virtu.h b/include/gras/virtu.h index f67f5c67ce..962f1f1f8f 100644 --- a/include/gras/virtu.h +++ b/include/gras/virtu.h @@ -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()