and the obligatory 'make it compile' follow-up

svn:r12872
This commit is contained in:
Roger Dingledine 2007-12-19 05:04:05 +00:00
parent f405f9b614
commit 4aa5e678cd

View File

@ -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);