12 #ifndef TOR_VERSIONS_H
13 #define TOR_VERSIONS_H
32 const char *versionlist);
43 const char *protocols,
void protover_summary_cache_free_all(void)
time_t tor_get_approx_release_date(void)
void summarize_protover_flags(protover_summary_flags_t *out, const char *protocols, const char *version)
int tor_version_as_new_as(const char *platform, const char *cutoff)
int tor_version_parse_platform(const char *platform, tor_version_t *version_out, int strict)
int tor_version_compare(tor_version_t *a, tor_version_t *b)
void sort_version_list(smartlist_t *lst, int remove_duplicates)
int tor_version_parse(const char *s, tor_version_t *out)
int tor_version_same_series(tor_version_t *a, tor_version_t *b)
version_status_t tor_version_is_obsolete(const char *myversion, const char *versionlist)