X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/2be9d7a0f6b86efddc28c5659cf3902a28cb4f4d..20f32f95d1c04327ecc47db8a0fa978805a28d6f:/include/xbt/function_types.h?ds=sidebyside diff --git a/include/xbt/function_types.h b/include/xbt/function_types.h index e80c6879c3..c3e9e8021a 100644 --- a/include/xbt/function_types.h +++ b/include/xbt/function_types.h @@ -19,6 +19,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* (pvoid_f_pvoid_t)(void*); typedef void (*void_f_void_t) (void); typedef int (int_f_pvoid_pvoid_t) (void*,void*);