/* Copyright (c) 2020, The Tor Project, Inc. */ /* See LICENSE for licensing information */ /** * \file relay_find_addr.h * \brief Header file for relay_find_addr.c. **/ #ifndef TOR_RELAY_FIND_ADDR_H #define TOR_RELAY_FIND_ADDR_H MOCK_DECL(int, router_pick_published_address, (const or_options_t *options, uint32_t *addr, int cache_only)); void router_new_address_suggestion(const char *suggestion, const dir_connection_t *d_conn); #ifdef RELAY_FIND_ADDR_PRIVATE #endif /* RELAY_FIND_ADDR_PRIVATE */ #endif /* TOR_RELAY_FIND_ADDR_H */