about summary refs log tree commit diff
path: root/evloop/evloop.h
diff options
context:
space:
mode:
authorRichard Nyberg <rnyberg@murmeldjur.se>2009-01-29 17:00:40 +0100
committerRichard Nyberg <rnyberg@murmeldjur.se>2009-01-29 17:00:40 +0100
commitef401997d311c8ba84f5c36bf94a9239ecaf9a5f (patch)
treed7641c141461fef62395cf1c6651c0dc52524109 /evloop/evloop.h
parentf0bd2f35ce061a104cd3f220903b16eac95cba39 (diff)
downloadbtpd-ef401997d311c8ba84f5c36bf94a9239ecaf9a5f.tar.gz
btpd-ef401997d311c8ba84f5c36bf94a9239ecaf9a5f.zip
Make the timer code work on MacOS as well.
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