fix a compilation warning

This commit is contained in:
Nick Mathewson 2015-02-11 15:10:35 -05:00
parent d7a1e83f50
commit b223b7c22d

View File

@ -61,8 +61,10 @@ const node_t *choose_good_entry_server(uint8_t purpose,
#ifdef CIRCUITBUILD_PRIVATE #ifdef CIRCUITBUILD_PRIVATE
STATIC circid_t get_unique_circ_id_by_chan(channel_t *chan); STATIC circid_t get_unique_circ_id_by_chan(channel_t *chan);
#if defined(ENABLE_TOR2WEB_MODE) || defined(TOR_UNIT_TESTS)
STATIC const node_t *pick_tor2web_rendezvous_node(router_crn_flags_t flags, STATIC const node_t *pick_tor2web_rendezvous_node(router_crn_flags_t flags,
const or_options_t *options); const or_options_t *options);
#endif
#endif #endif