X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/037955e458fb05c8ad1a1bdc3509bac0664f87a2..a453a5e831415fd88e602944c84f967e7eb8530b:/include/xbt/function_types.h diff --git a/include/xbt/function_types.h b/include/xbt/function_types.h index 0994fef1aa..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_FUNCTION_TYPE_H */