aboutsummaryrefslogtreecommitdiff
path: root/src/or/routerlist.h
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2014-04-14 18:00:38 -0400
committerNick Mathewson <nickm@torproject.org>2014-04-14 18:00:38 -0400
commit149931571a4c5ad9ec24eb6d4306e8965a454211 (patch)
treecf2b4d83a7a5028526e19cf3f3641d813d9c06ba /src/or/routerlist.h
parent47f7085de7a496b6bfa79de9e1b22ca4a28b0f27 (diff)
parent75b4975d7722d9497847fdab8dcfb2ac10f58fdb (diff)
downloadtor-149931571a4c5ad9ec24eb6d4306e8965a454211.tar.gz
tor-149931571a4c5ad9ec24eb6d4306e8965a454211.zip
Merge remote-tracking branch 'origin/maint-0.2.3' into maint-0.2.4
Conflicts: src/or/routerlist.h
Diffstat (limited to 'src/or/routerlist.h')
-rw-r--r--src/or/routerlist.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/or/routerlist.h b/src/or/routerlist.h
index ce0f0f2e34..505685897f 100644
--- a/src/or/routerlist.h
+++ b/src/or/routerlist.h
@@ -41,6 +41,7 @@ int router_reload_router_list(void);
int authority_cert_dl_looks_uncertain(const char *id_digest);
const smartlist_t *router_get_trusted_dir_servers(void);
const smartlist_t *router_get_fallback_dir_servers(void);
+int authority_cert_is_blacklisted(const authority_cert_t *cert);
const routerstatus_t *router_pick_directory_server(dirinfo_type_t type,
int flags);