aboutsummaryrefslogtreecommitdiff
path: root/src/or/dirserv.h
diff options
context:
space:
mode:
authorKarsten Loesing <karsten.loesing@gmx.net>2014-03-17 17:38:22 +0100
committerKarsten Loesing <karsten.loesing@gmx.net>2014-03-18 10:40:10 +0100
commit7450403410866bc3a70eaf16681a0719a251d043 (patch)
treec184a5ff4b58b8111c15514540b2e8818543516e /src/or/dirserv.h
parent102bb1c04f5cb4fb3eae7f41f80660e47c64ceb6 (diff)
downloadtor-7450403410866bc3a70eaf16681a0719a251d043.tar
tor-7450403410866bc3a70eaf16681a0719a251d043.tar.gz
Take out remaining V1 directory code.
Diffstat (limited to 'src/or/dirserv.h')
-rw-r--r--src/or/dirserv.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/or/dirserv.h b/src/or/dirserv.h
index 9180e770c..858e6e3a0 100644
--- a/src/or/dirserv.h
+++ b/src/or/dirserv.h
@@ -62,9 +62,6 @@ int directory_permits_begindir_requests(const or_options_t *options);
int directory_too_idle_to_fetch_descriptors(const or_options_t *options,
time_t now);
-void directory_set_dirty(void);
-cached_dir_t *dirserv_get_directory(void);
-cached_dir_t *dirserv_get_runningrouters(void);
cached_dir_t *dirserv_get_consensus(const char *flavor_name);
void dirserv_set_cached_consensus_networkstatus(const char *consensus,
const char *flavor_name,