diff options
Diffstat (limited to 'src/or/dirserv.h')
-rw-r--r-- | src/or/dirserv.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/or/dirserv.h b/src/or/dirserv.h index 8591c4c186..9180e770c5 100644 --- a/src/or/dirserv.h +++ b/src/or/dirserv.h @@ -59,7 +59,6 @@ int directory_fetches_dir_info_later(const or_options_t *options); int directory_caches_unknown_auth_certs(const or_options_t *options); int directory_caches_dir_info(const or_options_t *options); int directory_permits_begindir_requests(const or_options_t *options); -int directory_permits_controller_requests(const or_options_t *options); int directory_too_idle_to_fetch_descriptors(const or_options_t *options, time_t now); @@ -72,7 +71,6 @@ void dirserv_set_cached_consensus_networkstatus(const char *consensus, const digests_t *digests, time_t published); void dirserv_clear_old_networkstatuses(time_t cutoff); -void dirserv_clear_old_v1_info(time_t now); int dirserv_get_routerdesc_fingerprints(smartlist_t *fps_out, const char *key, const char **msg, int for_unencrypted_conn, |