X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/4f0b473db654af3da6cc609b6d94b5b6d9652c4c..4d5dfa091a477ae44ab0986613240cb2832304b0:/src/mc/mc_liveness.h diff --git a/src/mc/mc_liveness.h b/src/mc/mc_liveness.h index f7edd2e8f4..a4b428f529 100644 --- a/src/mc/mc_liveness.h +++ b/src/mc/mc_liveness.h @@ -4,8 +4,8 @@ /* This program is free software; you can redistribute it and/or modify it * under the terms of the license (GNU LGPL) which comes with this package. */ -#ifndef MC_LIVENESS_H -#define MC_LIVENESS_H +#ifndef SIMGRID_MC_LIVENESS_H +#define SIMGRID_MC_LIVENESS_H #include @@ -46,7 +46,6 @@ typedef struct s_mc_visited_pair{ XBT_INTERNAL mc_pair_t MC_pair_new(void); XBT_INTERNAL void MC_pair_delete(mc_pair_t); -XBT_INTERNAL void mc_pair_free_voidp(void *p); XBT_INTERNAL mc_visited_pair_t MC_visited_pair_new(int pair_num, xbt_automaton_state_t automaton_state, xbt_dynar_t atomic_propositions, mc_state_t graph_state); XBT_INTERNAL void MC_visited_pair_delete(mc_visited_pair_t p);