From 27d1675d93a07227aae3bb1d86bd4876d6c3ac77 Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Wed, 16 Mar 2011 17:54:43 -0400 Subject: Move the decl for tor_gettimofday_cache_clear to the right header --- src/or/relay.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/or/relay.h') diff --git a/src/or/relay.h b/src/or/relay.h index dbba09239..f64752da5 100644 --- a/src/or/relay.h +++ b/src/or/relay.h @@ -64,5 +64,7 @@ void cell_ewma_set_scale_factor(or_options_t *options, networkstatus_t *consensus); void circuit_clear_cell_queue(circuit_t *circ, or_connection_t *orconn); +void tor_gettimeofday_cache_clear(void); + #endif -- cgit v1.2.3