aboutsummaryrefslogtreecommitdiff
path: root/src/or/connection_edge.h
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2011-07-06 16:30:02 -0400
committerNick Mathewson <nickm@torproject.org>2011-07-19 01:58:44 -0400
commit461623e7f980e8d599829865caf3b3985117004a (patch)
tree0dddaf33a90282b90846521edf1270d3759fbd96 /src/or/connection_edge.h
parentea0a9b16b9459c9b45ac320e87392dbcaa799b1d (diff)
downloadtor-461623e7f980e8d599829865caf3b3985117004a.tar.gz
tor-461623e7f980e8d599829865caf3b3985117004a.zip
Const-ify a few functions
Diffstat (limited to 'src/or/connection_edge.h')
-rw-r--r--src/or/connection_edge.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/connection_edge.h b/src/or/connection_edge.h
index 59865f414b..ddcf8cc6aa 100644
--- a/src/or/connection_edge.h
+++ b/src/or/connection_edge.h
@@ -51,7 +51,7 @@ int connection_exit_begin_conn(cell_t *cell, circuit_t *circ);
int connection_exit_begin_resolve(cell_t *cell, or_circuit_t *circ);
void connection_exit_connect(edge_connection_t *conn);
int connection_edge_is_rendezvous_stream(edge_connection_t *conn);
-int connection_ap_can_use_exit(edge_connection_t *conn,
+int connection_ap_can_use_exit(const edge_connection_t *conn,
const node_t *exit);
void connection_ap_expire_beginning(void);
void connection_ap_attach_pending(void);