diff options
author | Nick Mathewson <nickm@torproject.org> | 2011-09-07 20:26:58 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2011-09-07 20:26:58 -0400 |
commit | d3ff167e098fa44e4ec30c7e6f50127a8c99dae7 (patch) | |
tree | 493f80bf95d199253687b590c8a5b0ff3616303a /src/or/connection_edge.h | |
parent | 58a0afe30f390988b142b0497d2e78e66c3caf45 (diff) | |
download | tor-d3ff167e098fa44e4ec30c7e6f50127a8c99dae7.tar.gz tor-d3ff167e098fa44e4ec30c7e6f50127a8c99dae7.zip |
Fix whitespace issues in patches merged today so far
Diffstat (limited to 'src/or/connection_edge.h')
-rw-r--r-- | src/or/connection_edge.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/or/connection_edge.h b/src/or/connection_edge.h index 75a54e85e1..830667e601 100644 --- a/src/or/connection_edge.h +++ b/src/or/connection_edge.h @@ -105,7 +105,6 @@ hostname_type_t parse_extended_hostname(char *address, int allowdotexit); int get_pf_socket(void); #endif - int connection_edge_compatible_with_circuit(const entry_connection_t *conn, const origin_circuit_t *circ); int connection_edge_update_circuit_isolation(const entry_connection_t *conn, |