X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/62dceedf62ca9df19fd3afee1458e21d9f211c5a..f3b7e5f4b4d7c87ee3e8827313ec966ea8fc8387:/include/xbt/function_types.h diff --git a/include/xbt/function_types.h b/include/xbt/function_types.h index 4fb25ef779..9eaf5ab35b 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 void (*void_f_int_pvoid_t)(int, 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 *);