diff options
author | Nick Mathewson <nickm@torproject.org> | 2013-02-19 14:54:05 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2013-02-19 14:54:05 -0500 |
commit | b0b0d6af6369f53caed2222837149dc4a90c739c (patch) | |
tree | 89dede41d6101c26d17ceb5a52f1421a1e8b3c41 /src/or/dirserv.h | |
parent | f2199763cf7c57744a885c12afcfa7b9df304629 (diff) | |
parent | 699c39dada7f76d5b0cc8dd4b56df1fe4bba7763 (diff) | |
download | tor-b0b0d6af6369f53caed2222837149dc4a90c739c.tar.gz tor-b0b0d6af6369f53caed2222837149dc4a90c739c.zip |
Merge branch 'bug2286_unit_test_squashed'
Diffstat (limited to 'src/or/dirserv.h')
-rw-r--r-- | src/or/dirserv.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/or/dirserv.h b/src/or/dirserv.h index add09f44a3..0caf55f830 100644 --- a/src/or/dirserv.h +++ b/src/or/dirserv.h @@ -131,7 +131,8 @@ size_t dirserv_estimate_microdesc_size(const smartlist_t *fps, int compressed); int routerstatus_format_entry(char *buf, size_t buf_len, const routerstatus_t *rs, const char *platform, - routerstatus_format_type_t format); + routerstatus_format_type_t format, + const vote_routerstatus_t *vrs); void dirserv_free_all(void); void cached_dir_decref(cached_dir_t *d); cached_dir_t *new_cached_dir(char *s, time_t published); |