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