X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/5e4e3ed6a92f699a364dc069b4367e6c72623f18..e76b3663393a47c8a97cff1cac268db2b4850a51:/include/xbt/config.h diff --git a/include/xbt/config.h b/include/xbt/config.h index 7cd6b613e9..a709bb1da6 100644 --- a/include/xbt/config.h +++ b/include/xbt/config.h @@ -78,7 +78,8 @@ XBT_ATTRIB_DEPRECATED_v323("Please use simgrid::config::set_value") XBT_PU void xbt_cfg_set_boolean(const char* name, const char* val); XBT_ATTRIB_DEPRECATED_v323("Please use simgrid::config::set_value") XBT_PUBLIC void xbt_cfg_set_string(const char* name, const char* val); -XBT_PUBLIC void xbt_cfg_set_as_string(const char* name, const char* val); +XBT_ATTRIB_DEPRECATED_v323("Please use simgrid::config::set_as_string") XBT_PUBLIC + void xbt_cfg_set_as_string(const char* name, const char* val); /* Set the default value of the cell \a name in \a cfg with the provided value.