diff options
author | Nick Mathewson <nickm@torproject.org> | 2011-03-16 17:54:43 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2011-03-16 17:54:48 -0400 |
commit | 27d1675d93a07227aae3bb1d86bd4876d6c3ac77 (patch) | |
tree | 62a99c779fb8ee712a23cd9c35690d2170862598 /src/or/routerparse.h | |
parent | cf399f1034cec6be2b7a98cb82a8607634e120f6 (diff) | |
download | tor-27d1675d93a07227aae3bb1d86bd4876d6c3ac77.tar.gz tor-27d1675d93a07227aae3bb1d86bd4876d6c3ac77.zip |
Move the decl for tor_gettimofday_cache_clear to the right header
Diffstat (limited to 'src/or/routerparse.h')
-rw-r--r-- | src/or/routerparse.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/or/routerparse.h b/src/or/routerparse.h index 3499f18c7c..8b8cde25f6 100644 --- a/src/or/routerparse.h +++ b/src/or/routerparse.h @@ -82,7 +82,5 @@ int rend_parse_introduction_points(rend_service_descriptor_t *parsed, size_t intro_points_encoded_size); int rend_parse_client_keys(strmap_t *parsed_clients, const char *str); -void tor_gettimeofday_cache_clear(void); - #endif |