X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/41a0af5d6003337f4ca3b3aed6f5757293bddab5..f7bee53d98e419478e5dbf09bf6252517f2b1bd0:/include/xbt/function_types.h diff --git a/include/xbt/function_types.h b/include/xbt/function_types.h index 7e476a7463..801a69571d 100644 --- a/include/xbt/function_types.h +++ b/include/xbt/function_types.h @@ -26,6 +26,7 @@ SG_BEGIN_DECL() typedef int (int_f_pvoid_pvoid_t) (void*,void*); + typedef int (*xbt_main_func_t)(int argc, char *argv[]); SG_END_DECL() -#endif /* XBT_MISC_H */ +#endif /* XBT_FUNCTION_TYPE_H */