diff options
Diffstat (limited to 'src/or/hs_service.h')
-rw-r--r-- | src/or/hs_service.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/or/hs_service.h b/src/or/hs_service.h index 96df09493e..3de96d64e0 100644 --- a/src/or/hs_service.h +++ b/src/or/hs_service.h @@ -232,6 +232,9 @@ int hs_service_load_all_keys(void); void hs_service_run_scheduled_events(time_t now); void hs_service_circuit_has_opened(origin_circuit_t *circ); +int hs_service_receive_intro_established(origin_circuit_t *circ, + const uint8_t *payload, + size_t payload_len); /* These functions are only used by unit tests and we need to expose them else * hs_service.o ends up with no symbols in libor.a which makes clang throw a |