From ec81d17d0c03d73f4d4acd9102893113b2883d76 Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Fri, 13 May 2011 16:22:10 -0400 Subject: Raise the TrackHostExits membership code into its own function --- src/or/circuituse.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/or/circuituse.h') diff --git a/src/or/circuituse.h b/src/or/circuituse.h index 9f393ab37..bfeaea20d 100644 --- a/src/or/circuituse.h +++ b/src/or/circuituse.h @@ -51,5 +51,7 @@ int connection_ap_handshake_attach_chosen_circuit(edge_connection_t *conn, crypt_path_t *cpath); int connection_ap_handshake_attach_circuit(edge_connection_t *conn); +int hostname_in_track_host_exits(or_options_t *options, const char *address); + #endif -- cgit v1.2.3