X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/ac25e4c7cc9af2408a8768aa0254cee3de4fc3b1..783573d576fa9ac43c007c6031bce185d882f92b:/include/xbt/config.h diff --git a/include/xbt/config.h b/include/xbt/config.h index fa0b5d4ecc..1131871c98 100644 --- a/include/xbt/config.h +++ b/include/xbt/config.h @@ -12,8 +12,6 @@ #include #include -SG_BEGIN_DECL() - /** @addtogroup XBT_config * @brief Changing the configuration of SimGrid components (grounding feature) * @@ -67,6 +65,8 @@ typedef simgrid::config::Config* xbt_cfg_t; typedef void* xbt_cfg_t; #endif +SG_BEGIN_DECL() + XBT_PUBLIC(void) xbt_cfg_set_parse(const char *options); /* Set the value of the cell \a name in \a cfg with the provided value.*/