X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/ca584c16e35d7cafe4abca1f1e891a5caa011d5b..b4036710f1d7f435ac50328d290cb95b108d505e:/include/xbt/function_types.h diff --git a/include/xbt/function_types.h b/include/xbt/function_types.h index a632b5af9c..7e476a7463 100644 --- a/include/xbt/function_types.h +++ b/include/xbt/function_types.h @@ -16,16 +16,15 @@ SG_BEGIN_DECL() - typedef void (void_f_ppvoid_t)(void**); - typedef void (void_f_pvoid_t) (void*); + 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 void (void_f_void_t) (void); + + typedef int (int_f_void_t) (void); typedef int (int_f_pvoid_pvoid_t) (void*,void*); - - typedef void (*void_pf_void_t) (void); - typedef int (*int_pf_void_t) (void); SG_END_DECL()