diff options
author | Nick Mathewson <nickm@torproject.org> | 2019-02-24 17:17:16 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2019-02-24 17:17:16 -0500 |
commit | 69238ca2da923c8a50d5c1007f3e702eea163b50 (patch) | |
tree | 280280b80dbe8642c5a87e2188529c6468af44b1 /src/feature/hs/hs_client.h | |
parent | 34601105a39236cf6b21c9fe2ba78733c7788ff3 (diff) | |
parent | c985940de9ec743cbb3e9a3e32fd482bd859c9ed (diff) | |
download | tor-69238ca2da923c8a50d5c1007f3e702eea163b50.tar.gz tor-69238ca2da923c8a50d5c1007f3e702eea163b50.zip |
Merge remote-tracking branch 'tor-github/pr/646'
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 dadfa024b8..96a96755fd 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, |