diff options
author | rl1987 <rl1987@sdf.lonestar.org> | 2015-10-08 21:47:52 +0300 |
---|---|---|
committer | rl1987 <rl1987@sdf.lonestar.org> | 2015-10-24 14:30:50 +0300 |
commit | 1096f7638e883f9a6dfc86b9804090f090afb68f (patch) | |
tree | b2a14e29e16ae358c4aae1555c443c887d1d7d93 /src/or/router.h | |
parent | 2fc841aacbfdb0e824ab3bed9e06db8d9c793747 (diff) | |
download | tor-1096f7638e883f9a6dfc86b9804090f090afb68f.tar.gz tor-1096f7638e883f9a6dfc86b9804090f090afb68f.zip |
A second test case for dns_resolve_impl.
Diffstat (limited to 'src/or/router.h')
-rw-r--r-- | src/or/router.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/router.h b/src/or/router.h index 2e8c02537b..85f43d804d 100644 --- a/src/or/router.h +++ b/src/or/router.h @@ -80,7 +80,7 @@ void check_descriptor_ipaddress_changed(time_t now); void router_new_address_suggestion(const char *suggestion, const dir_connection_t *d_conn); int router_compare_to_my_exit_policy(const tor_addr_t *addr, uint16_t port); -int router_my_exit_policy_is_reject_star(void); +MOCK_DECL(int, router_my_exit_policy_is_reject_star,(void)); MOCK_DECL(const routerinfo_t *, router_get_my_routerinfo, (void)); extrainfo_t *router_get_my_extrainfo(void); const char *router_get_my_descriptor(void); |