diff options
Diffstat (limited to 'src/common/timers.h')
-rw-r--r-- | src/common/timers.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/common/timers.h b/src/common/timers.h index c5246a3335..d9602cd2ae 100644 --- a/src/common/timers.h +++ b/src/common/timers.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2016, The Tor Project, Inc. */ +/* Copyright (c) 2016-2017, The Tor Project, Inc. */ /* See LICENSE for licensing information */ #ifndef TOR_TIMERS_H @@ -22,5 +22,9 @@ void timer_free(tor_timer_t *t); void timers_initialize(void); void timers_shutdown(void); +#ifdef TOR_TIMERS_PRIVATE +STATIC void timers_run_pending(void); +#endif + #endif |