diff options
author | Neel Chauhan <neel@neelc.org> | 2019-01-14 14:09:53 -0500 |
---|---|---|
committer | Neel Chauhan <neel@neelc.org> | 2019-01-24 10:22:41 -0500 |
commit | c985940de9ec743cbb3e9a3e32fd482bd859c9ed (patch) | |
tree | ada77d45ae70210a34c9761b36bd5e539dd2a2f9 /src/feature/hs/hs_client.h | |
parent | cef910642efb1f9a2db16146eb8a191327b51310 (diff) | |
download | tor-c985940de9ec743cbb3e9a3e32fd482bd859c9ed.tar.gz tor-c985940de9ec743cbb3e9a3e32fd482bd859c9ed.zip |
Add version 3 onion service support to HSFETCH
Diffstat (limited to 'src/feature/hs/hs_client.h')
-rw-r--r-- | src/feature/hs/hs_client.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/feature/hs/hs_client.h b/src/feature/hs/hs_client.h index f6fb167ea2..47c525242f 100644 --- a/src/feature/hs/hs_client.h +++ b/src/feature/hs/hs_client.h @@ -44,6 +44,10 @@ typedef struct hs_client_service_authorization_t { void hs_client_note_connection_attempt_succeeded( const edge_connection_t *conn); +void hs_client_launch_v3_desc_fetch( + const ed25519_public_key_t *onion_identity_pk, + const smartlist_t *hsdirs); + int hs_client_decode_descriptor( const char *desc_str, const ed25519_public_key_t *service_identity_pk, |