diff options
author | Roger Dingledine <arma@torproject.org> | 2007-12-19 05:04:05 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2007-12-19 05:04:05 +0000 |
commit | 4aa5e678cd1edf317c106174356e6be8233c1f23 (patch) | |
tree | 7a54bc68adb3bd7cd1e6358a6269a582ac09d61d | |
parent | f405f9b6140d9f001bb96364dc4c240afc222103 (diff) | |
download | tor-4aa5e678cd1edf317c106174356e6be8233c1f23.tar.gz tor-4aa5e678cd1edf317c106174356e6be8233c1f23.zip |
and the obligatory 'make it compile' follow-up
svn:r12872
-rw-r--r-- | src/or/or.h | 1 |
1 files changed, 1 insertions, 0 deletions
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); |