summaryrefslogtreecommitdiff
path: root/time-internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'time-internal.h')
-rw-r--r--time-internal.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/time-internal.h b/time-internal.h
index 2c584fa7..e79e6a52 100644
--- a/time-internal.h
+++ b/time-internal.h
@@ -54,6 +54,7 @@ extern "C" {
#endif
long evutil_tv_to_msec_(const struct timeval *tv);
+EVENT2_EXPORT_SYMBOL
void evutil_usleep_(const struct timeval *tv);
#ifdef _WIN32
@@ -86,8 +87,10 @@ struct evutil_monotonic_timer {
struct timeval last_time;
};
+EVENT2_EXPORT_SYMBOL
int evutil_configure_monotonic_time_(struct evutil_monotonic_timer *mt,
int flags);
+EVENT2_EXPORT_SYMBOL
int evutil_gettime_monotonic_(struct evutil_monotonic_timer *mt, struct timeval *tv);