oh, and the other bits of the commit

svn:r5836
This commit is contained in:
Roger Dingledine 2006-01-17 04:03:23 +00:00
parent 21be9dc3c0
commit cca9a2f7b0
2 changed files with 2 additions and 1 deletions

View File

@ -493,7 +493,7 @@ circuit_deliver_create_cell(circuit_t *circ, uint8_t cell_type, char *payload)
/** We've decided to start our reachability testing. If all
* is set, log this to the user. Return 1 if we did, or 0 if
* we chose not to log anything. */
static int
int
inform_testing_reachability(void)
{
char dirbuf[128];

View File

@ -1463,6 +1463,7 @@ circuit_t *circuit_establish_circuit(uint8_t purpose, extend_info_t *exit,
int internal);
int circuit_handle_first_hop(circuit_t *circ);
void circuit_n_conn_done(connection_t *or_conn, int status);
int inform_testing_reachability(void);
int circuit_send_next_onion_skin(circuit_t *circ);
void circuit_note_clock_jumped(int seconds_elapsed);
int circuit_extend(cell_t *cell, circuit_t *circ);