aboutsummaryrefslogtreecommitdiff
path: root/src/or/routerparse.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/routerparse.h
parent102bb1c04f5cb4fb3eae7f41f80660e47c64ceb6 (diff)
downloadtor-7450403410866bc3a70eaf16681a0719a251d043.tar
tor-7450403410866bc3a70eaf16681a0719a251d043.tar.gz
Take out remaining V1 directory code.
Diffstat (limited to 'src/or/routerparse.h')
-rw-r--r--src/or/routerparse.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/or/routerparse.h b/src/or/routerparse.h
index 7aaee1fcd..5d5d9e59e 100644
--- a/src/or/routerparse.h
+++ b/src/or/routerparse.h
@@ -14,7 +14,6 @@
int router_get_router_hash(const char *s, size_t s_len, char *digest);
int router_get_dir_hash(const char *s, char *digest);
-int router_get_runningrouters_hash(const char *s, char *digest);
int router_get_networkstatus_v3_hashes(const char *s, digests_t *digests);
int router_get_extrainfo_hash(const char *s, size_t s_len, char *digest);
#define DIROBJ_MAX_SIG_LEN 256