diff options
author | Nick Mathewson <nickm@torproject.org> | 2016-09-12 14:11:44 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2016-09-26 10:56:53 -0700 |
commit | 3a3120819c8f600ef7d22ddf3f5476791c7e1d9b (patch) | |
tree | dcd3d5548104d560fcfec91c09ccfc6045dcc4fa /src/or/protover.c | |
parent | 78c07eeee1184feba25a554d9902fe22d9da64fd (diff) | |
download | tor-3a3120819c8f600ef7d22ddf3f5476791c7e1d9b.tar.gz tor-3a3120819c8f600ef7d22ddf3f5476791c7e1d9b.zip |
Rename compute_protover_vote to protover_compute_vote
Diffstat (limited to 'src/or/protover.c')
-rw-r--r-- | src/or/protover.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/protover.c b/src/or/protover.c index d29cdba099..434d3f36be 100644 --- a/src/or/protover.c +++ b/src/or/protover.c @@ -520,7 +520,7 @@ contract_protocol_list(const smartlist_t *proto_strings) * contract_protocol_list above. */ char * -compute_protover_vote(const smartlist_t *list_of_proto_strings, +protover_compute_vote(const smartlist_t *list_of_proto_strings, int threshold) { smartlist_t *all_entries = smartlist_new(); |