From 24a7726955f415564412582602271de9de3164de Mon Sep 17 00:00:00 2001 From: George Kadianakis Date: Mon, 15 Sep 2014 15:28:11 +0300 Subject: Implement Tor2webRendezvousPoints functionality. --- src/or/circuitbuild.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/or/circuitbuild.h') diff --git a/src/or/circuitbuild.h b/src/or/circuitbuild.h index 71caea94ed..99411c0b21 100644 --- a/src/or/circuitbuild.h +++ b/src/or/circuitbuild.h @@ -60,6 +60,9 @@ const node_t *choose_good_entry_server(uint8_t purpose, #ifdef CIRCUITBUILD_PRIVATE STATIC circid_t get_unique_circ_id_by_chan(channel_t *chan); +STATIC const node_t *pick_tor2web_rendezvous_node(router_crn_flags_t flags, + const or_options_t *options); + #endif #endif -- cgit v1.2.3-54-g00ecf