X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/05f387fd301f13d6cd65f0181ac9cccf7b904a90..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()