Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
More xbt_error_t eradication
[simgrid.git] / include / xbt / config.h
index 322c377..8227db6 100644 (file)
@@ -166,7 +166,7 @@ void xbt_cfg_empty(xbt_cfg_t cfg, const char *name);
                        const char *name, e_xbt_cfgelm_type_t type,
                        int min, int max,
                         xbt_cfg_cb_t cb_set, xbt_cfg_cb_t cb_rm);
-  xbt_error_t xbt_cfg_unregister(xbt_cfg_t cfg, const char *name);
+  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);
   e_xbt_cfgelm_type_t xbt_cfg_get_type(xbt_cfg_t cfg, const char *name);