diff options
author | root <root> | 2009-07-15 16:58:53 +0000 |
---|---|---|
committer | root <root> | 2009-07-15 16:58:53 +0000 |
commit | 5c8cc800f487e020d33cd08727c442b6a8067d9d (patch) | |
tree | 96448386bbc5985c4bdd4e685abf06f27a89d401 /ev.h | |
parent | 2978dc2e820ccb62fe7f3b35a0672455e592017e (diff) |
*** empty log message ***
Diffstat (limited to 'ev.h')
-rw-r--r-- | ev.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -638,6 +638,8 @@ void ev_timer_start (EV_P_ ev_timer *w); void ev_timer_stop (EV_P_ ev_timer *w); /* stops if active and no repeat, restarts if active and repeating, starts if inactive and repeating */ void ev_timer_again (EV_P_ ev_timer *w); +/* return remaining time */ +ev_tstamp ev_timer_remaining (EV_P_ ev_timer *w); #if EV_PERIODIC_ENABLE void ev_periodic_start (EV_P_ ev_periodic *w); |