aboutsummaryrefslogtreecommitdiff
path: root/src/or/hs_client.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/or/hs_client.h')
-rw-r--r--src/or/hs_client.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/or/hs_client.h b/src/or/hs_client.h
index 8ed0501c91..a0f7c6b466 100644
--- a/src/or/hs_client.h
+++ b/src/or/hs_client.h
@@ -46,5 +46,7 @@ extend_info_t *hs_client_get_random_intro_from_edge(
int hs_client_reextend_intro_circuit(origin_circuit_t *circ);
+void hs_client_purge_state(void);
+
#endif /* TOR_HS_CLIENT_H */