summaryrefslogtreecommitdiff
path: root/src/or/rendclient.h
diff options
context:
space:
mode:
authorDavid Goulet <dgoulet@torproject.org>2017-08-22 15:03:19 -0400
committerDavid Goulet <dgoulet@torproject.org>2017-08-24 13:03:28 -0400
commit98efb646fc2caac850684f35e2ff6fd9eeab1450 (patch)
tree71affc2d18ec53fb7ec956625f2ee3a0396460a1 /src/or/rendclient.h
parenta16627db1f099e8eaa2ac899cead604fe611f117 (diff)
downloadtor-98efb646fc2caac850684f35e2ff6fd9eeab1450.tar.gz
tor-98efb646fc2caac850684f35e2ff6fd9eeab1450.zip
hs: Remove unused rend_client_rendezvous_acked()
This function has been replaced by hs_client_receive_rendezvous_acked(() doing the same exact thing for both v2 and v3 service. Signed-off-by: David Goulet <dgoulet@torproject.org>
Diffstat (limited to 'src/or/rendclient.h')
-rw-r--r--src/or/rendclient.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/or/rendclient.h b/src/or/rendclient.h
index 375bc973b7..ac0503bade 100644
--- a/src/or/rendclient.h
+++ b/src/or/rendclient.h
@@ -29,9 +29,6 @@ int rend_client_report_intro_point_failure(extend_info_t *failed_intro,
rend_data_t *rend_data,
unsigned int failure_type);
-int rend_client_rendezvous_acked(origin_circuit_t *circ,
- const uint8_t *request,
- size_t request_len);
int rend_client_receive_rendezvous(origin_circuit_t *circ,
const uint8_t *request,
size_t request_len);