aboutsummaryrefslogtreecommitdiff
path: root/src/or/protover.h
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2016-09-12 14:11:44 -0400
committerNick Mathewson <nickm@torproject.org>2016-09-26 10:56:53 -0700
commit3a3120819c8f600ef7d22ddf3f5476791c7e1d9b (patch)
treedcd3d5548104d560fcfec91c09ccfc6045dcc4fa /src/or/protover.h
parent78c07eeee1184feba25a554d9902fe22d9da64fd (diff)
downloadtor-3a3120819c8f600ef7d22ddf3f5476791c7e1d9b.tar.gz
tor-3a3120819c8f600ef7d22ddf3f5476791c7e1d9b.zip
Rename compute_protover_vote to protover_compute_vote
Diffstat (limited to 'src/or/protover.h')
-rw-r--r--src/or/protover.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/protover.h b/src/or/protover.h
index 520db37de2..654127ee54 100644
--- a/src/or/protover.h
+++ b/src/or/protover.h
@@ -27,7 +27,7 @@ int protover_all_supported(const char *s, char **missing);
int protover_is_supported_here(protocol_type_t pr, uint32_t ver);
const char *get_supported_protocols(void);
-char *compute_protover_vote(const smartlist_t *list_of_proto_strings,
+char *protover_compute_vote(const smartlist_t *list_of_proto_strings,
int threshold);
const char *protover_compute_for_old_tor(const char *version);
int protocol_list_supports_protocol(const char *list, protocol_type_t tp,