aboutsummaryrefslogtreecommitdiff
path: root/src/or/circuituse.h
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2011-05-13 16:22:10 -0400
committerNick Mathewson <nickm@torproject.org>2011-05-13 16:22:10 -0400
commitec81d17d0c03d73f4d4acd9102893113b2883d76 (patch)
treec96787d39a8b024f97584505b7fad1045c1408b7 /src/or/circuituse.h
parent09da83e1e8c1f1050fd65af86736abc1f4e5b530 (diff)
downloadtor-ec81d17d0c03d73f4d4acd9102893113b2883d76.tar.gz
tor-ec81d17d0c03d73f4d4acd9102893113b2883d76.zip
Raise the TrackHostExits membership code into its own function
Diffstat (limited to 'src/or/circuituse.h')
-rw-r--r--src/or/circuituse.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/or/circuituse.h b/src/or/circuituse.h
index 9f393ab378..bfeaea20dc 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