Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
sorry martin but i really need the portable.h inclusion
[simgrid.git] / include / xbt / function_types.h
index 0994fef..c12ca70 100644 (file)
@@ -26,6 +26,10 @@ SG_BEGIN_DECL()
 
    typedef int  (int_f_pvoid_pvoid_t) (void*,void*);
 
+   typedef int  (*xbt_main_func_t)(int argc, char *argv[]);
+
+   typedef void* (*pvoid_pf_void_t)(void);
+   typedef void (*void_fp_pvoid_t)(void*);
 SG_END_DECL()
 
 #endif /* XBT_FUNCTION_TYPE_H */