diff options
author | Nick Mathewson <nickm@torproject.org> | 2007-01-03 13:29:30 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2007-01-03 13:29:30 +0000 |
commit | 931e555ef9c3d1ec88d1f051cb01c4d09e608876 (patch) | |
tree | 6805f9b46a3b76f93e7b304e7e04a1a7b5a20eb5 /src/or/or.h | |
parent | 50e36dc11b47dc96151cb345eb5e4fcbe14b465c (diff) | |
download | tor-931e555ef9c3d1ec88d1f051cb01c4d09e608876.tar.gz tor-931e555ef9c3d1ec88d1f051cb01c4d09e608876.zip |
r11818@Kushana: nickm | 2007-01-03 08:29:17 -0500
Fix compile error with warnings enabled: connection_dir_supports_tunnels was redeclared as static.
svn:r9254
Diffstat (limited to 'src/or/or.h')
-rw-r--r-- | src/or/or.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/or/or.h b/src/or/or.h index ce4dcb9564..6292417c7c 100644 --- a/src/or/or.h +++ b/src/or/or.h @@ -2269,8 +2269,6 @@ int connection_dir_reached_eof(dir_connection_t *conn); int connection_dir_process_inbuf(dir_connection_t *conn); int connection_dir_finished_flushing(dir_connection_t *conn); int connection_dir_finished_connecting(dir_connection_t *conn); -int connection_dir_supports_tunnels(or_options_t *options, - const char *platform); void connection_dir_request_failed(dir_connection_t *conn); int dir_split_resource_into_fingerprints(const char *resource, smartlist_t *fp_out, int *compresseed_out, |