X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/cb9dad4e95bf3b7434cae7f56ec767befca84f4e..9189fe94c14ef9e31142d1603a1979ea7e731a0a:/include/gras/timer.h diff --git a/include/gras/timer.h b/include/gras/timer.h index 5ac8ce8b0e..8c5e418e14 100644 --- a/include/gras/timer.h +++ b/include/gras/timer.h @@ -42,11 +42,11 @@ BEGIN_DECL() void gras_timer_delay(double delay, void_f_void_t action); void gras_timer_repeat(double interval, void_f_void_t action); - xbt_error_t gras_timer_cancel_delay(double interval, void_f_void_t action); - xbt_error_t gras_timer_cancel_repeat(double interval, void_f_void_t action); + void gras_timer_cancel_delay(double interval, void_f_void_t action); + void gras_timer_cancel_repeat(double interval, void_f_void_t action); - xbt_error_t gras_timer_cancel_delay_all(void); - xbt_error_t gras_timer_cancel_repeat_all(void); + void gras_timer_cancel_delay_all(void); + void gras_timer_cancel_repeat_all(void); void gras_timer_cancel_all(void);