X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/a86b48cc8cbf39ba4c751a99248527278dafb7fa..2e9105988280d1e88b5b496d6e2eed4c8d541883:/include/xbt/config.h diff --git a/include/xbt/config.h b/include/xbt/config.h index 023f70ae61..67c25bc85f 100644 --- a/include/xbt/config.h +++ b/include/xbt/config.h @@ -105,6 +105,7 @@ XBT_PUBLIC(void) xbt_cfg_set_string(xbt_cfg_t cfg, const char *name, const char *val); XBT_PUBLIC(void) xbt_cfg_set_peer(xbt_cfg_t cfg, const char *name, const char *peer, int port); +XBT_PUBLIC(void*) xbt_cfg_set_as_string(xbt_cfg_t cfg, const char *name, const char *val); /* Set the default value of the cell \a name in \a cfg with the provided value.