diff options
author | Nick Mathewson <nickm@torproject.org> | 2010-09-13 15:56:46 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2010-09-13 15:56:46 -0400 |
commit | 13f684b573f46662a01eab95e5a61bf8d9de3c82 (patch) | |
tree | 808848125659e4dde9c711bd7b08586170dd241d /src/or/routerlist.h | |
parent | 1bc20f9c1a6b5733b0502a67ee160291f761b802 (diff) | |
parent | bfa1962d8026e632e00760c1e14b39d154977adf (diff) | |
download | tor-13f684b573f46662a01eab95e5a61bf8d9de3c82.tar tor-13f684b573f46662a01eab95e5a61bf8d9de3c82.tar.gz |
Merge remote branch 'public/pretty-signature-log'
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 e31b07aef..e3e9ddd77 100644 --- a/src/or/routerlist.h +++ b/src/or/routerlist.h @@ -24,6 +24,7 @@ void authority_cert_get_all(smartlist_t *certs_out); void authority_cert_dl_failed(const char *id_digest, int status); void authority_certs_fetch_missing(networkstatus_t *status, time_t now); int router_reload_router_list(void); +int authority_cert_dl_looks_uncertain(const char *id_digest); smartlist_t *router_get_trusted_dir_servers(void); routerstatus_t *router_pick_directory_server(authority_type_t type, int flags); |