X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/4a18fb7c6c81b1f58a9f8111fcf0ade106c4746b..0d4d523ed63cc1b2065730cda74e8b07f9aec46b:/include/mc/modelchecker.h diff --git a/include/mc/modelchecker.h b/include/mc/modelchecker.h index 50b887f08b..087692b4ac 100644 --- a/include/mc/modelchecker.h +++ b/include/mc/modelchecker.h @@ -2,6 +2,5 @@ XBT_PUBLIC(void) MC_assert(int); XBT_PUBLIC(void) MC_assert_stateful(int); -XBT_PUBLIC(void) MC_assert_pair_stateful(int); -XBT_PUBLIC(void) MC_assert_pair_stateless(int); XBT_PUBLIC(int) MC_random(int min, int max); +XBT_PUBLIC(void) MC_diff();