X-Git-Url: https://git.llucax.com/software/libev.git/blobdiff_plain/487c8aa2bb79f45c17a479dd48d8dc45948d2527..49a82c163f76e2916974ec3eac8d395662e7187b:/ev.h?ds=inline diff --git a/ev.h b/ev.h index 7236712..e4de49b 100644 --- a/ev.h +++ b/ev.h @@ -146,6 +146,7 @@ void evio_stop (struct ev_io *w); void evtimer_start (struct ev_timer *w); void evtimer_stop (struct ev_timer *w); +void evtimer_again (struct ev_timer *w); /* stops if active and no repeat, restarts if active and repeating, starts if inactive and repeating */ void evperiodic_start (struct ev_periodic *w); void evperiodic_stop (struct ev_periodic *w);