X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/55e6d07cfba4948a918765e9d6fd2801d3639a4a..08e94eb0482589e4b287cbea301b84daf52635bd:/include/xbt/function_types.h?ds=sidebyside diff --git a/include/xbt/function_types.h b/include/xbt/function_types.h index b71e6abb90..84b8b3aac3 100644 --- a/include/xbt/function_types.h +++ b/include/xbt/function_types.h @@ -17,6 +17,7 @@ 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_int_pvoid_t)(int, void*); typedef int (*int_f_pvoid_pvoid_t) (void *, void *); typedef int (*int_f_cpvoid_cpvoid_t) (const void *, const void *);