X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/b21bda584c5f7180e4baec02c87dee418a65a941..2db7ca916c24c9f6da047de60550dda47690e572:/include/xbt/config.h?ds=sidebyside diff --git a/include/xbt/config.h b/include/xbt/config.h index 745dc01b56..ed4c4ef1ce 100644 --- a/include/xbt/config.h +++ b/include/xbt/config.h @@ -154,7 +154,6 @@ XBT_PUBLIC(void) xbt_cfg_register_int (const char *name, const char *desc, in XBT_PUBLIC(void) xbt_cfg_register_string (const char *name, const char *desc, const char*default_val,xbt_cfg_cb_t cb_set); XBT_PUBLIC(void) xbt_cfg_register_boolean(const char *name, const char *desc, const char*default_val,xbt_cfg_cb_t cb_set); XBT_PUBLIC(void) xbt_cfg_register_alias(const char *newname, const char *oldname); -XBT_PUBLIC(void) xbt_cfg_unregister(xbt_cfg_t cfg, const char *name); XBT_PUBLIC(void) xbt_cfg_register_str(xbt_cfg_t * cfg, const char *entry); XBT_PUBLIC(void) xbt_cfg_aliases(xbt_cfg_t cfg);