summaryrefslogtreecommitdiff
path: root/ev.h
diff options
context:
space:
mode:
authorroot <root>2009-07-15 16:58:53 +0000
committerroot <root>2009-07-15 16:58:53 +0000
commit5c8cc800f487e020d33cd08727c442b6a8067d9d (patch)
tree96448386bbc5985c4bdd4e685abf06f27a89d401 /ev.h
parent2978dc2e820ccb62fe7f3b35a0672455e592017e (diff)
*** empty log message ***
Diffstat (limited to 'ev.h')
-rw-r--r--ev.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/ev.h b/ev.h
index 0d00f0b..25c3f1d 100644
--- a/ev.h
+++ b/ev.h
@@ -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);