aboutsummaryrefslogtreecommitdiff
path: root/src/or/relay.h
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2011-03-16 17:54:43 -0400
committerNick Mathewson <nickm@torproject.org>2011-03-16 17:54:48 -0400
commit27d1675d93a07227aae3bb1d86bd4876d6c3ac77 (patch)
tree62a99c779fb8ee712a23cd9c35690d2170862598 /src/or/relay.h
parentcf399f1034cec6be2b7a98cb82a8607634e120f6 (diff)
downloadtor-27d1675d93a07227aae3bb1d86bd4876d6c3ac77.tar
tor-27d1675d93a07227aae3bb1d86bd4876d6c3ac77.tar.gz
Move the decl for tor_gettimofday_cache_clear to the right header
Diffstat (limited to 'src/or/relay.h')
-rw-r--r--src/or/relay.h2
1 files changed, 2 insertions, 0 deletions
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