X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/f2c5f054447d4e6062e9960f91bc9524edb59866..05898e1bb90bb5120653b524b08f296edec37a0e:/src/surf/surf_private.h diff --git a/src/surf/surf_private.h b/src/surf/surf_private.h index 6452c47b36..968c380fc6 100644 --- a/src/surf/surf_private.h +++ b/src/surf/surf_private.h @@ -40,8 +40,10 @@ void surf_action_change_state(surf_action_t action, e_surf_action_state_t state); void surf_action_set_data(surf_action_t action, void *data); +FILE *surf_fopen(const char *name, const char *mode); extern lmm_system_t maxmin_system; extern tmgr_history_t history; +extern xbt_dynar_t surf_path; #endif /* _SURF_SURF_PRIVATE_H */