diff options
author | Nick Mathewson <nickm@torproject.org> | 2020-02-20 08:36:40 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2020-02-20 08:36:40 -0500 |
commit | d559ca3d5aa693e4606e34888048eeda0f5c2e97 (patch) | |
tree | 49a46302cc262b5b7135c7871dbcfb5e7d866328 /src/feature/relay/router.h | |
parent | 5149c100ed9116bfce7053afcf73ca7bfa378fe9 (diff) | |
download | tor-d559ca3d5aa693e4606e34888048eeda0f5c2e97.tar.gz tor-d559ca3d5aa693e4606e34888048eeda0f5c2e97.zip |
Move router_reset_reachability() into correct header, add a stub
Without this, -O0 builds fail, which is a sign that LTO builds may
fail too.
Diffstat (limited to 'src/feature/relay/router.h')
-rw-r--r-- | src/feature/relay/router.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/feature/relay/router.h b/src/feature/relay/router.h index 782609d8ab..2e07df2e88 100644 --- a/src/feature/relay/router.h +++ b/src/feature/relay/router.h @@ -117,7 +117,6 @@ const char *routerinfo_err_to_string(int err); int routerinfo_err_is_transient(int err); void router_reset_warnings(void); -void router_reset_reachability(void); void router_free_all(void); #ifdef ROUTER_PRIVATE |