Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Use THROW_UNIMPLEMENTED and THROW_IMPOSSIBLE as suggested by Mt.
[simgrid.git] / include / xbt / function_types.h
index 7e476a7..801a695 100644 (file)
@@ -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 */