X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/4b41f277f2b33352749cc8269b61897647c815e8..72ae967186e4864a90cc69a73b49002a3d87f10d:/include/xbt/function_types.h?ds=sidebyside diff --git a/include/xbt/function_types.h b/include/xbt/function_types.h index 10c6fe7501..e80c6879c3 100644 --- a/include/xbt/function_types.h +++ b/include/xbt/function_types.h @@ -18,6 +18,7 @@ SG_BEGIN_DECL() typedef void (void_f_ppvoid_t)(void**); typedef void (void_f_pvoid_t) (void*); + typedef void* (pvoid_f_void_t)(void); typedef void (*void_f_void_t) (void); typedef int (int_f_pvoid_pvoid_t) (void*,void*);