X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/a63d3d85e1818679541ec2d28613e2f04a15a3d0..9786429920715b35e1f1275cf5ff50111d18b2c4:/include/xbt/config.h diff --git a/include/xbt/config.h b/include/xbt/config.h index 8227db6525..fa317a41e4 100644 --- a/include/xbt/config.h +++ b/include/xbt/config.h @@ -167,8 +167,8 @@ void xbt_cfg_empty(xbt_cfg_t cfg, const char *name); int min, int max, xbt_cfg_cb_t cb_set, xbt_cfg_cb_t cb_rm); void xbt_cfg_unregister(xbt_cfg_t cfg, const char *name); - xbt_error_t xbt_cfg_register_str(xbt_cfg_t cfg, const char *entry); - xbt_error_t xbt_cfg_check(xbt_cfg_t cfg); + void xbt_cfg_register_str(xbt_cfg_t cfg, const char *entry); + void xbt_cfg_check(xbt_cfg_t cfg); e_xbt_cfgelm_type_t xbt_cfg_get_type(xbt_cfg_t cfg, const char *name); /* @} */ /** @name 4. Getting the stored values