diff options
author | Nick Mathewson <nickm@torproject.org> | 2017-02-15 07:48:18 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2017-02-15 07:48:18 -0500 |
commit | ec6b5a098dcd1a264e84405006cd6a645d415ac4 (patch) | |
tree | b0c53b136f16819350a3f0bd87d59d372b5195cf /src/or/routerparse.h | |
parent | eeb743588af0ec09150bd7601d553bfbabba97ac (diff) | |
parent | 3c4da8a130e41b9096eef360c437cef3cd22a62c (diff) | |
download | tor-ec6b5a098dcd1a264e84405006cd6a645d415ac4.tar.gz tor-ec6b5a098dcd1a264e84405006cd6a645d415ac4.zip |
Merge branch 'bug21278_redux_029_squashed' into maint-0.2.9
Diffstat (limited to 'src/or/routerparse.h')
-rw-r--r-- | src/or/routerparse.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/or/routerparse.h b/src/or/routerparse.h index 9a3fadca1f..01a5de88e8 100644 --- a/src/or/routerparse.h +++ b/src/or/routerparse.h @@ -45,6 +45,9 @@ MOCK_DECL(addr_policy_t *, router_parse_addr_policy_item_from_string, (const char *s, int assume_action, int *malformed_list)); version_status_t tor_version_is_obsolete(const char *myversion, const char *versionlist); +int tor_version_parse_platform(const char *platform, + tor_version_t *version_out, + int strict); int tor_version_as_new_as(const char *platform, const char *cutoff); int tor_version_parse(const char *s, tor_version_t *out); int tor_version_compare(tor_version_t *a, tor_version_t *b); |