aboutsummaryrefslogtreecommitdiff
path: root/src/or/nodelist.h
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2017-07-05 09:49:12 -0400
committerNick Mathewson <nickm@torproject.org>2017-07-05 09:49:12 -0400
commit3402b140897ca22301c2f1d741453466d237222a (patch)
tree1ead67609d5a87cbe20745a3cf9274ac9a52a899 /src/or/nodelist.h
parentb6c8530fc3f5023920b5ca1c77e58785a46441e9 (diff)
parent551ad20c43b39c384cbab9eee5442d4fa9cfefb1 (diff)
downloadtor-3402b140897ca22301c2f1d741453466d237222a.tar.gz
tor-3402b140897ca22301c2f1d741453466d237222a.zip
Merge remote-tracking branch 'asn/ticket22727_032_02'
Diffstat (limited to 'src/or/nodelist.h')
-rw-r--r--src/or/nodelist.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/or/nodelist.h b/src/or/nodelist.h
index 95ae778a5b..405b79d820 100644
--- a/src/or/nodelist.h
+++ b/src/or/nodelist.h
@@ -58,6 +58,8 @@ const ed25519_public_key_t *node_get_ed25519_id(const node_t *node);
int node_ed25519_id_matches(const node_t *node,
const ed25519_public_key_t *id);
int node_supports_ed25519_link_authentication(const node_t *node);
+int node_supports_v3_hsdir(const node_t *node);
+int node_supports_ed25519_hs_intro(const node_t *node);
const uint8_t *node_get_rsa_id_digest(const node_t *node);
int node_has_ipv6_addr(const node_t *node);