X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/9104957deccc59e0e804215d5db498fabfd40d29..d6a9ae11bd2ff9b0bf30bf84cbedfe0438a5051e:/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 *);