summaryrefslogtreecommitdiff
path: root/src/or/hs_circuit.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/or/hs_circuit.h')
-rw-r--r--src/or/hs_circuit.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/or/hs_circuit.h b/src/or/hs_circuit.h
index 1cada0b8a6..ca8f1b2f6a 100644
--- a/src/or/hs_circuit.h
+++ b/src/or/hs_circuit.h
@@ -20,6 +20,8 @@ int hs_circ_service_intro_has_opened(hs_service_t *service,
hs_service_intro_point_t *ip,
const hs_service_descriptor_t *desc,
origin_circuit_t *circ);
+void hs_circ_service_rp_has_opened(const hs_service_t *service,
+ origin_circuit_t *circ);
int hs_circ_launch_intro_point(hs_service_t *service,
const hs_service_intro_point_t *ip,
extend_info_t *ei, time_t now);
@@ -28,9 +30,6 @@ int hs_circ_launch_rendezvous_point(const hs_service_t *service,
const uint8_t *rendezvous_cookie);
/* Cell API. */
-void hs_circ_send_establish_intro(const hs_service_t *service,
- hs_service_intro_point_t *ip,
- origin_circuit_t *circ);
int hs_circ_handle_intro_established(const hs_service_t *service,
const hs_service_intro_point_t *ip,
origin_circuit_t *circ,