diff options
author | teor <teor@torproject.org> | 2019-08-19 16:26:28 +1000 |
---|---|---|
committer | teor <teor@torproject.org> | 2019-08-19 16:40:41 +1000 |
commit | 81256c079f0939e1046aa1e905fe488f53c37ded (patch) | |
tree | bbbd26bb797eb6aa1e59e5281605c2f6a301a2b1 /src/feature/control/control_events.c | |
parent | 8a10c0696da526ff29076cba536633d5c2483439 (diff) | |
download | tor-81256c079f0939e1046aa1e905fe488f53c37ded.tar.gz tor-81256c079f0939e1046aa1e905fe488f53c37ded.zip |
nodelist: Move router_get_verbose_nickname() declaration
The declaration was in nodelist/routerinfo.h, but the implementation
was in nodelist/describe.h.
Part of 21003.
Diffstat (limited to 'src/feature/control/control_events.c')
-rw-r--r-- | src/feature/control/control_events.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/feature/control/control_events.c b/src/feature/control/control_events.c index 9e0966ca54..82ea943999 100644 --- a/src/feature/control/control_events.c +++ b/src/feature/control/control_events.c @@ -26,9 +26,9 @@ #include "feature/control/control_fmt.h" #include "feature/control/control_proto.h" #include "feature/dircommon/directory.h" +#include "feature/nodelist/describe.h" #include "feature/nodelist/networkstatus.h" #include "feature/nodelist/nodelist.h" -#include "feature/nodelist/routerinfo.h" #include "feature/control/control_connection_st.h" #include "core/or/entry_connection_st.h" |