From: mquinson Date: Sat, 22 Oct 2005 14:33:05 +0000 (+0000) Subject: Let it compile again X-Git-Tag: v3.3~3564 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/0f0849e9e79722079462b8620b0af4490f20b1ed Let it compile again git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1794 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- diff --git a/include/xbt/config.h b/include/xbt/config.h index b22da93583..6ecd7075a0 100644 --- a/include/xbt/config.h +++ b/include/xbt/config.h @@ -99,6 +99,9 @@ SG_BEGIN_DECL() * @{ */ + /** @brief Configuration set are only special dynars. But don't rely on it, it may change. */ + typedef xbt_dynar_t xbt_cfg_t; + void xbt_cfg_set(xbt_cfg_t cfg, const char *name, ...); void xbt_cfg_set_vargs(xbt_cfg_t cfg, const char *name, va_list pa); void xbt_cfg_set_parse(xbt_cfg_t cfg, const char *options); @@ -138,7 +141,7 @@ void xbt_cfg_empty(xbt_cfg_t cfg, const char *name); /* @} */ -/** @defgroup XBT_cfg_decl Type declaration and memory management +/** @defgroup XBT_cfg_decl Configuration type declaration and memory management * @ingroup XBT_config * *
Top [\ref index]::[\ref XBT_API]::[\ref XBT_config] @@ -147,8 +150,6 @@ void xbt_cfg_empty(xbt_cfg_t cfg, const char *name); * * @{ */ - /** @brief Configuration set are only special dynars. But don't rely on it, it may change. */ - typedef xbt_dynar_t xbt_cfg_t; /** @brief possible content of each configuration cell */ typedef enum {