aboutsummaryrefslogtreecommitdiff
path: root/src/feature/nodelist/routerinfo.h
diff options
context:
space:
mode:
authorteor <teor@torproject.org>2019-08-19 16:26:28 +1000
committerteor <teor@torproject.org>2019-08-19 16:40:41 +1000
commit81256c079f0939e1046aa1e905fe488f53c37ded (patch)
treebbbd26bb797eb6aa1e59e5281605c2f6a301a2b1 /src/feature/nodelist/routerinfo.h
parent8a10c0696da526ff29076cba536633d5c2483439 (diff)
downloadtor-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/nodelist/routerinfo.h')
-rw-r--r--src/feature/nodelist/routerinfo.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/feature/nodelist/routerinfo.h b/src/feature/nodelist/routerinfo.h
index ca66e660b3..8465060f93 100644
--- a/src/feature/nodelist/routerinfo.h
+++ b/src/feature/nodelist/routerinfo.h
@@ -17,8 +17,6 @@ void router_get_prim_orport(const routerinfo_t *router,
int router_has_orport(const routerinfo_t *router,
const tor_addr_port_t *orport);
-void router_get_verbose_nickname(char *buf, const routerinfo_t *router);
-
smartlist_t *router_get_all_orports(const routerinfo_t *ri);
const char *router_purpose_to_string(uint8_t p);