about summary refs log tree commit diff
path: root/evloop/evloop.h
diff options
context:
space:
mode:
Diffstat (limited to 'evloop/evloop.h')
-rw-r--r--evloop/evloop.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/evloop/evloop.h b/evloop/evloop.h
index 55589aa..44f8803 100644
--- a/evloop/evloop.h
+++ b/evloop/evloop.h
@@ -53,5 +53,6 @@ void evtimer_del(struct timeout *);
 
 void evtimers_run(void);
 struct timespec evtimer_delay(void);
+int evtimer_gettime(struct timespec *);
 
 #endif