X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/a4ead5dcec77e6ab5d150ad4d38bd48cc2e41f08..fb2c06ad23be8a12b22bdc8e77c63f4d7c61a1bb:/include/xbt/function_types.h diff --git a/include/xbt/function_types.h b/include/xbt/function_types.h index 0780a02679..d140c97767 100644 --- a/include/xbt/function_types.h +++ b/include/xbt/function_types.h @@ -28,6 +28,7 @@ typedef int (*int_f_cpvoid_cpvoid_t) (const void *, const void *); typedef int (*xbt_main_func_t) (int argc, char *argv[]); typedef double(*double_f_pvoid_t) (void *); +typedef double(*double_f_cpvoid_t) (const void *); SG_END_DECL() #endif /* XBT_FUNCTION_TYPE_H */