From: Roger Dingledine Date: Wed, 19 Dec 2007 05:04:05 +0000 (+0000) Subject: and the obligatory 'make it compile' follow-up X-Git-Tag: tor-0.2.0.13-alpha~12 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4aa5e678cd1edf317c106174356e6be8233c1f23;p=thirdparty%2Ftor.git and the obligatory 'make it compile' follow-up svn:r12872 --- diff --git a/src/or/or.h b/src/or/or.h index 7aba08ca75..35e66fe798 100644 --- a/src/or/or.h +++ b/src/or/or.h @@ -3362,6 +3362,7 @@ void signed_descs_update_status_from_consensus_networkstatus( char *networkstatus_getinfo_helper_single(routerstatus_t *rs); char *networkstatus_getinfo_by_purpose(const char *purpose_string, time_t now); +void networkstatus_dump_bridge_status_to_file(time_t now); int getinfo_helper_networkstatus(control_connection_t *conn, const char *question, char **answer); void networkstatus_free_all(void);