mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-24 12:23:32 +01:00
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:
parent
50e36dc11b
commit
931e555ef9
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user