aboutsummaryrefslogtreecommitdiff
path: root/src/feature/rend/rendclient.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/feature/rend/rendclient.h')
-rw-r--r--src/feature/rend/rendclient.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/feature/rend/rendclient.h b/src/feature/rend/rendclient.h
index da6f4646dc..63191737c4 100644
--- a/src/feature/rend/rendclient.h
+++ b/src/feature/rend/rendclient.h
@@ -12,6 +12,7 @@
#ifndef TOR_RENDCLIENT_H
#define TOR_RENDCLIENT_H
+#include "feature/hs/hs_circuit.h"
#include "feature/rend/rendcache.h"
void rend_client_purge_state(void);
@@ -47,7 +48,7 @@ rend_service_authorization_t *rend_client_lookup_service_authorization(
const char *onion_address);
void rend_service_authorization_free_all(void);
-void rend_client_circuit_cleanup(const circuit_t *circ);
+void rend_client_circuit_cleanup_on_free(const circuit_t *circ);
#endif /* !defined(TOR_RENDCLIENT_H) */