summaryrefslogtreecommitdiff
path: root/src/or/hs_service.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/or/hs_service.h')
-rw-r--r--src/or/hs_service.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/or/hs_service.h b/src/or/hs_service.h
index dc80622e33..bc29c3d82b 100644
--- a/src/or/hs_service.h
+++ b/src/or/hs_service.h
@@ -270,6 +270,8 @@ int hs_service_receive_introduce2(origin_circuit_t *circ,
const uint8_t *payload,
size_t payload_len);
+void hs_service_intro_circ_has_closed(origin_circuit_t *circ);
+
#ifdef HS_SERVICE_PRIVATE
#ifdef TOR_UNIT_TESTS