Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Functions RngStream must be XBT_PUBLIC for dll
[simgrid.git] / include / simgrid / modelchecker.h
index f07d42e409c4cafe6c748d594315d9225cf4e7af..97e650dd371785b0b06a614b4d6c562c0e7d7c03 100644 (file)
@@ -19,7 +19,7 @@ extern int _surf_do_model_check;
 XBT_PUBLIC(void) MC_assert(int);
 XBT_PUBLIC(void) MC_assert_stateful(int);
 XBT_PUBLIC(int) MC_random(int min, int max);
 XBT_PUBLIC(void) MC_assert(int);
 XBT_PUBLIC(void) MC_assert_stateful(int);
 XBT_PUBLIC(int) MC_random(int min, int max);
-XBT_PUBLIC(void) MC_diff();
+XBT_PUBLIC(void) MC_diff(void);
 
 #else
 
 
 #else