X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/6349eaf761d8c7b80db00d48217890c20931964e..605cea7121c54b61a5333e659a3a1bbfa17c3c59:/include/xbt/config.h diff --git a/include/xbt/config.h b/include/xbt/config.h index 517909cb6e..72606e996b 100644 --- a/include/xbt/config.h +++ b/include/xbt/config.h @@ -70,17 +70,6 @@ XBT_PUBLIC void sg_cfg_set_boolean(const char* name, const char* val); XBT_PUBLIC void sg_cfg_set_string(const char* name, const char* val); /* @} */ -/** @defgroup XBT_cfg_decl Configuration type declaration and memory management - * @ingroup XBT_config - * - * @{ - */ - -/** @brief Callback types. They get the name of the modified entry, and the position of the changed value */ -typedef void (*xbt_cfg_cb_t)(const char* name); - -/** @} */ - /** @defgroup XBT_cfg_get Getting the stored values * @ingroup XBT_config *