X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/2539fff313cbd67c45b8490f7961e45e358d9ba2..509304ee1435b62cd49eb9071995fab468f68f58:/include/xbt/misc.h diff --git a/include/xbt/misc.h b/include/xbt/misc.h index be295b5b2f..f4f2d36c53 100644 --- a/include/xbt/misc.h +++ b/include/xbt/misc.h @@ -44,6 +44,10 @@ typedef struct { int port; } xbt_host_t; +/* pointer to a function freeing something */ +typedef void (void_f_ppvoid_t)(void**); +typedef void (void_f_pvoid_t) (void*); + END_DECL #endif /* XBT_MISC_H */