diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-10-23 19:55:12 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-11-19 08:26:10 -0500 |
commit | 426c9561c5f5bc5f38a42f3e46437db59fcdc7c0 (patch) | |
tree | d2e05ca6dbe3e35486e4e5d4d50d23d9daa9cddb /src/feature/nodelist/nodelist.h | |
parent | 83be4d2bbd7a4ed584f42d043558a4026c4a449d (diff) | |
download | tor-426c9561c5f5bc5f38a42f3e46437db59fcdc7c0.tar.gz tor-426c9561c5f5bc5f38a42f3e46437db59fcdc7c0.zip |
Use nodefamily_t in microdescriptors.
Closes ticket 27359.
Diffstat (limited to 'src/feature/nodelist/nodelist.h')
-rw-r--r-- | src/feature/nodelist/nodelist.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/feature/nodelist/nodelist.h b/src/feature/nodelist/nodelist.h index cf7658cf9d..87ea544db2 100644 --- a/src/feature/nodelist/nodelist.h +++ b/src/feature/nodelist/nodelist.h @@ -68,7 +68,6 @@ const char *node_get_platform(const node_t *node); uint32_t node_get_prim_addr_ipv4h(const node_t *node); void node_get_address_string(const node_t *node, char *cp, size_t len); long node_get_declared_uptime(const node_t *node); -const smartlist_t *node_get_declared_family(const node_t *node); const struct ed25519_public_key_t *node_get_ed25519_id(const node_t *node); int node_ed25519_id_matches(const node_t *node, const struct ed25519_public_key_t *id); |