diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-10-01 10:48:55 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-10-01 10:48:55 -0500 |
commit | 95e2eb9083d2cd9c79c3f4151850c86cbeaf4cc4 (patch) | |
tree | 0699324d5ff8b408cc9ea174547b3d4ba901632e /src/feature/dirparse/routerparse.h | |
parent | 4201203845fa563a7f7410609267b96f2c319720 (diff) | |
download | tor-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.h | 4 |
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) */ |