aboutsummaryrefslogtreecommitdiff
path: root/src/or/dirvote.h
diff options
context:
space:
mode:
authorMatthew Finkel <Matthew.Finkel@gmail.com>2015-05-27 08:28:33 +0000
committerNick Mathewson <nickm@torproject.org>2015-12-18 13:14:10 -0500
commit21654ca7bd4ef7c7343af03670271e2b02535614 (patch)
treef0347165f544a8c413891772a997592b235e6056 /src/or/dirvote.h
parentfb80a748eab12c246afc093801ea0b3c52543955 (diff)
downloadtor-21654ca7bd4ef7c7343af03670271e2b02535614.tar.gz
tor-21654ca7bd4ef7c7343af03670271e2b02535614.zip
Let make_consensus_method_list be used in tests
Diffstat (limited to 'src/or/dirvote.h')
-rw-r--r--src/or/dirvote.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/or/dirvote.h b/src/or/dirvote.h
index 966d163088..cc526ea34e 100644
--- a/src/or/dirvote.h
+++ b/src/or/dirvote.h
@@ -177,6 +177,7 @@ STATIC char *format_networkstatus_vote(crypto_pk_t *private_key,
STATIC char *dirvote_compute_params(smartlist_t *votes, int method,
int total_authorities);
STATIC char *compute_consensus_package_lines(smartlist_t *votes);
+STATIC char *make_consensus_method_list(int low, int high, const char *sep);
#endif
#endif