Browse Source

and the obligatory 'make it compile' follow-up

svn:r12872
Roger Dingledine 17 years ago
parent
commit
4aa5e678cd
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/or/or.h

+ 1 - 0
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);