diff options
Diffstat (limited to 'src/or/circuituse.h')
-rw-r--r-- | src/or/circuituse.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/or/circuituse.h b/src/or/circuituse.h index 8e10212f16..ab7f6a2fe2 100644 --- a/src/or/circuituse.h +++ b/src/or/circuituse.h @@ -50,7 +50,8 @@ 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); +int hostname_in_track_host_exits(const or_options_t *options, + const char *address); #endif |