diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-07-18 15:09:28 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-07-18 15:09:28 -0400 |
commit | 61e080e24a741a6b6978da272b0372a8391028db (patch) | |
tree | 7295934c30f2222d2a9736a82c524f301e1a7b47 /src/feature/dircache | |
parent | 88bb80d5fc83e97cb099cb4887d83a2400fd9830 (diff) | |
parent | a7bd20ebaf384111781277fcee66a7b0bb238f6d (diff) | |
download | tor-61e080e24a741a6b6978da272b0372a8391028db.tar.gz tor-61e080e24a741a6b6978da272b0372a8391028db.zip |
Merge branch 'maint-0.3.4'
Diffstat (limited to 'src/feature/dircache')
-rw-r--r-- | src/feature/dircache/dirserv.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/feature/dircache/dirserv.h b/src/feature/dircache/dirserv.h index 3b4a646094..d399c41090 100644 --- a/src/feature/dircache/dirserv.h +++ b/src/feature/dircache/dirserv.h @@ -180,7 +180,7 @@ char *routerstatus_format_entry( void dirserv_free_all(void); void cached_dir_decref(cached_dir_t *d); cached_dir_t *new_cached_dir(char *s, time_t published); - +char *format_recommended_version_list(const config_line_t *line, int warn); int validate_recommended_package_line(const char *line); int dirserv_query_measured_bw_cache_kb(const char *node_id, long *bw_out, |