aboutsummaryrefslogtreecommitdiff
path: root/src/or/nodelist.h
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2010-10-21 11:18:16 -0400
committerNick Mathewson <nickm@torproject.org>2010-10-21 11:18:16 -0400
commitbd1a69422190625c31013c2b7b73031e080722ab (patch)
tree3bf7068fbe46150fa462fa4aedadaa192ed69a86 /src/or/nodelist.h
parentf32140238fc39cda3a292a4f67651044b7791423 (diff)
downloadtor-bd1a69422190625c31013c2b7b73031e080722ab.tar
tor-bd1a69422190625c31013c2b7b73031e080722ab.tar.gz
Add a node_get_by_hex_id().
Diffstat (limited to 'src/or/nodelist.h')
-rw-r--r--src/or/nodelist.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/or/nodelist.h b/src/or/nodelist.h
index 23f4a1642..d85d3eb41 100644
--- a/src/or/nodelist.h
+++ b/src/or/nodelist.h
@@ -14,6 +14,7 @@
node_t *node_get_mutable_by_id(const char *identity_digest);
const node_t *node_get_by_id(const char *identity_digest);
+const node_t *node_get_by_hex_id(const char *identity_digest);
node_t *nodelist_add_routerinfo(routerinfo_t *ri);
node_t *nodelist_add_microdesc(microdesc_t *md);
void nodelist_set_consensus(networkstatus_t *ns);