diff options
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 c3d6098c5a..d1bce48e8f 100644 --- a/src/or/connection_edge.h +++ b/src/or/connection_edge.h @@ -82,7 +82,6 @@ void addressmap_get_mappings(smartlist_t *sl, time_t min_expires, int connection_ap_handshake_rewrite_and_attach(edge_connection_t *conn, origin_circuit_t *circ, crypt_path_t *cpath); -int hostname_is_noconnect_address(const char *address); /** Possible return values for parse_extended_hostname. */ typedef enum hostname_type_t { |