diff options
author | Nick Mathewson <nickm@torproject.org> | 2014-04-14 18:00:54 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2014-04-14 18:00:54 -0400 |
commit | bc4c966851c16cfe3c92375fba22baf45a111a67 (patch) | |
tree | 759dc8ef6375e04b5a59f484d3b0ee1977055d59 /src/or/routerlist.h | |
parent | 0820031419efcd39c2fddfa5efebbaa779982620 (diff) | |
parent | 149931571a4c5ad9ec24eb6d4306e8965a454211 (diff) | |
download | tor-bc4c966851c16cfe3c92375fba22baf45a111a67.tar.gz tor-bc4c966851c16cfe3c92375fba22baf45a111a67.zip |
Merge remote-tracking branch 'origin/maint-0.2.4'
Diffstat (limited to 'src/or/routerlist.h')
-rw-r--r-- | src/or/routerlist.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/or/routerlist.h b/src/or/routerlist.h index cfa8683861..6e2f2eaea0 100644 --- a/src/or/routerlist.h +++ b/src/or/routerlist.h @@ -43,6 +43,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); |