X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/1253e13cfd127a81c36d903c3f55cbfb5248c985..70de59087500552156e19520863b7b434bf3edfc:/include/xbt/misc.h?ds=inline diff --git a/include/xbt/misc.h b/include/xbt/misc.h index 28428682d8..a4fa1b52f9 100644 --- a/include/xbt/misc.h +++ b/include/xbt/misc.h @@ -84,6 +84,11 @@ typedef struct { const char *xbt_procname(void); + /** \brief Pointer to a function freeing a pointed data */ + typedef void (void_f_ppvoid_t)(void**); + /** \brief Pointer to a function freeing some data */ + typedef void (void_f_pvoid_t) (void*); + SG_END_DECL() #endif /* XBT_MISC_H */