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
This commit is contained in:
Nick Mathewson 2007-01-03 13:29:30 +00:00
parent 50e36dc11b
commit 931e555ef9
1 changed files with 0 additions and 2 deletions

View File

@ -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,