From 931e555ef9c3d1ec88d1f051cb01c4d09e608876 Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Wed, 3 Jan 2007 13:29:30 +0000 Subject: [PATCH] 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 --- src/or/or.h | 2 -- 1 file changed, 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,