diff options
author | Roger Dingledine <arma@torproject.org> | 2003-04-11 22:28:51 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2003-04-11 22:28:51 +0000 |
commit | 7df5caad0df1644770316d98a289be734029f4c5 (patch) | |
tree | f8dc04e15194d60fb0255e606f6d09a8035620d8 /src/or/or.h | |
parent | 1d53d8ad0e119818fc1a2ad481e50b416f068f5d (diff) | |
download | tor-7df5caad0df1644770316d98a289be734029f4c5.tar tor-7df5caad0df1644770316d98a289be734029f4c5.tar.gz |
make it work (heh)
svn:r231
Diffstat (limited to 'src/or/or.h')
-rw-r--r-- | src/or/or.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/or.h b/src/or/or.h index df7d4085c..67606aae5 100644 --- a/src/or/or.h +++ b/src/or/or.h @@ -624,7 +624,7 @@ int connection_ap_handle_listener_read(connection_t *conn); /********************************* connection_edge.c ***************************/ int connection_edge_process_inbuf(connection_t *conn); -int connection_edge_send_command(connection_t *conn, int topic_command); +int connection_edge_send_command(connection_t *conn, circuit_t *circ, int topic_command); int connection_edge_process_data_cell(cell_t *cell, circuit_t *circ, int edge_type); int connection_edge_finished_flushing(connection_t *conn); |