diff options
author | George Kadianakis <desnacked@riseup.net> | 2019-10-03 19:13:02 +0300 |
---|---|---|
committer | George Kadianakis <desnacked@riseup.net> | 2019-10-03 19:13:02 +0300 |
commit | 3778b97cabbf6f89694884c5f6b42dccb488df7f (patch) | |
tree | 81d95d8971363af46c083bf2ab787d90b973c297 /src/feature/dirauth/process_descs.h | |
parent | 065e467e7cc78f25469f467d741c2d379fbbc246 (diff) | |
parent | 49d6990cae0f6e7e636e320d0efcaec31b3c0453 (diff) | |
download | tor-3778b97cabbf6f89694884c5f6b42dccb488df7f.tar.gz tor-3778b97cabbf6f89694884c5f6b42dccb488df7f.zip |
Merge branch 'tor-github/pr/1276'
Diffstat (limited to 'src/feature/dirauth/process_descs.h')
-rw-r--r-- | src/feature/dirauth/process_descs.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/feature/dirauth/process_descs.h b/src/feature/dirauth/process_descs.h index 5e879bd6bc..e504daa7b7 100644 --- a/src/feature/dirauth/process_descs.h +++ b/src/feature/dirauth/process_descs.h @@ -111,6 +111,8 @@ dirserv_set_node_flags_from_authoritative_status(node_t *node, #ifdef TOR_UNIT_TESTS STATIC int dirserv_router_has_valid_address(routerinfo_t *ri); +STATIC bool dirserv_rejects_tor_version(const char *platform, + const char **msg); #endif /* defined(TOR_UNIT_TESTS) */ #endif /* !defined(TOR_RECV_UPLOADS_H) */ |