aboutsummaryrefslogtreecommitdiff
path: root/src/feature/dirparse/routerparse.h
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2018-10-01 10:48:55 -0500
committerNick Mathewson <nickm@torproject.org>2018-10-01 10:48:55 -0500
commit95e2eb9083d2cd9c79c3f4151850c86cbeaf4cc4 (patch)
tree0699324d5ff8b408cc9ea174547b3d4ba901632e /src/feature/dirparse/routerparse.h
parent4201203845fa563a7f7410609267b96f2c319720 (diff)
downloadtor-95e2eb9083d2cd9c79c3f4151850c86cbeaf4cc4.tar.gz
tor-95e2eb9083d2cd9c79c3f4151850c86cbeaf4cc4.zip
Move summarize_protover_flags to versions.c
Diffstat (limited to 'src/feature/dirparse/routerparse.h')
-rw-r--r--src/feature/dirparse/routerparse.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/feature/dirparse/routerparse.h b/src/feature/dirparse/routerparse.h
index 80c974e060..72f812ee4a 100644
--- a/src/feature/dirparse/routerparse.h
+++ b/src/feature/dirparse/routerparse.h
@@ -44,10 +44,6 @@ int find_single_ipv6_orport(const smartlist_t *list,
void routerparse_init(void);
void routerparse_free_all(void);
-void summarize_protover_flags(protover_summary_flags_t *out,
- const char *protocols,
- const char *version);
-
#define ED_DESC_SIGNATURE_PREFIX "Tor router descriptor signature v1"
#endif /* !defined(TOR_ROUTERPARSE_H) */