aboutsummaryrefslogtreecommitdiff
path: root/src/or/dirserv.h
diff options
context:
space:
mode:
authorSebastian Hahn <sebastian@torproject.org>2014-09-04 23:16:51 +0200
committerNick Mathewson <nickm@torproject.org>2014-09-09 11:50:21 -0400
commit607724c696a6e1bb10c8a955dac38f0ea947ce34 (patch)
tree126d7b64ea14a844b110c5e4b0ee9a0c848aaaa4 /src/or/dirserv.h
parent835672166255fd090a2fb92ccf48ec0cfd8779b7 (diff)
downloadtor-607724c696a6e1bb10c8a955dac38f0ea947ce34.tar.gz
tor-607724c696a6e1bb10c8a955dac38f0ea947ce34.zip
Remove support for naming directory authorities
This implements the meat of #12899. This commit should simply remove the parts of Tor dirauths used to check whether a relay was supposed to be named or not, it doesn't yet convert to a new mechanism for reject/invalid/baddir/badexiting relays.
Diffstat (limited to 'src/or/dirserv.h')
-rw-r--r--src/or/dirserv.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/or/dirserv.h b/src/or/dirserv.h
index 858e6e3a07..5d5ef2b732 100644
--- a/src/or/dirserv.h
+++ b/src/or/dirserv.h
@@ -34,10 +34,9 @@
int connection_dirserv_flushed_some(dir_connection_t *conn);
-int dirserv_add_own_fingerprint(const char *nickname, crypto_pk_t *pk);
+int dirserv_add_own_fingerprint(crypto_pk_t *pk);
int dirserv_load_fingerprint_file(void);
void dirserv_free_fingerprint_list(void);
-const char *dirserv_get_nickname_by_digest(const char *digest);
enum was_router_added_t dirserv_add_multiple_descriptors(
const char *desc, uint8_t purpose,
const char *source,