[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] r12872: and the obligatory 'make it compile' follow-up (tor/trunk/src/or)
Author: arma
Date: 2007-12-19 00:04:05 -0500 (Wed, 19 Dec 2007)
New Revision: 12872
Modified:
tor/trunk/src/or/or.h
Log:
and the obligatory 'make it compile' follow-up
Modified: tor/trunk/src/or/or.h
===================================================================
--- tor/trunk/src/or/or.h 2007-12-19 04:58:58 UTC (rev 12871)
+++ tor/trunk/src/or/or.h 2007-12-19 05:04:05 UTC (rev 12872)
@@ -3362,6 +3362,7 @@
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);