diff options
author | Nick Mathewson <nickm@torproject.org> | 2007-11-01 03:43:02 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2007-11-01 03:43:02 +0000 |
commit | d1df046e3b230d9b445d146577eab428c3f4aa0a (patch) | |
tree | 82034dfe1dd7411b20a2429ef395dedde14fa740 /src/or/or.h | |
parent | 5da5d2bd7926707dcd9d2a40e50f5b2f9f26745a (diff) | |
download | tor-d1df046e3b230d9b445d146577eab428c3f4aa0a.tar tor-d1df046e3b230d9b445d146577eab428c3f4aa0a.tar.gz |
r16314@catbus: nickm | 2007-10-31 23:40:08 -0400
Clients download and cache new hidden descriptor format.
svn:r12302
Diffstat (limited to 'src/or/or.h')
-rw-r--r-- | src/or/or.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/or/or.h b/src/or/or.h index 512f90c32..ac832d8fb 100644 --- a/src/or/or.h +++ b/src/or/or.h @@ -3418,6 +3418,7 @@ void rend_client_rendcirc_has_opened(origin_circuit_t *circ); int rend_client_introduction_acked(origin_circuit_t *circ, const char *request, size_t request_len); void rend_client_refetch_renddesc(const char *query); +void rend_client_refetch_v2_renddesc(const char *query); int rend_client_remove_intro_point(extend_info_t *failed_intro, const char *query); int rend_client_rendezvous_acked(origin_circuit_t *circ, const char *request, |