X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/20f32f95d1c04327ecc47db8a0fa978805a28d6f..0bfb3cdebf6d1a0105a7a738a602015ed583a39e:/include/xbt/function_types.h diff --git a/include/xbt/function_types.h b/include/xbt/function_types.h index c3e9e8021a..0994fef1aa 100644 --- a/include/xbt/function_types.h +++ b/include/xbt/function_types.h @@ -16,16 +16,16 @@ 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 int (*int_f_void_t) (void); /* FIXME: rename it to int_pf_void_t */ SG_END_DECL() -#endif /* XBT_MISC_H */ +#endif /* XBT_FUNCTION_TYPE_H */