Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
model-checker : prototypes of static functions moved
[simgrid.git] / src / mc / mc_global.c
index 89ac9b9..a1953a4 100644 (file)
@@ -34,6 +34,10 @@ mc_snapshot_t initial_snapshot_liveness = NULL;
 xbt_automaton_t automaton;
 char *prog_name;
 
+static void MC_init_liveness(xbt_automaton_t a, char *prgm);
+static void MC_assert_pair(int prop);
+
+
 /**
  *  \brief Initialize the model-checker data structures
  */