summaryrefslogtreecommitdiff
path: root/src/or/router.h
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2016-05-16 17:43:47 -0400
committerRoger Dingledine <arma@torproject.org>2016-05-16 17:43:47 -0400
commit06031b441eb92f575f0a1c2ac264dc0daee4fbf4 (patch)
tree0cac1a1b5e9aa6039674c077ddf51e59be799abd /src/or/router.h
parentb6ba6afa3727693b18ce3b698f59494aa81fe1cb (diff)
downloadtor-06031b441eb92f575f0a1c2ac264dc0daee4fbf4.tar.gz
tor-06031b441eb92f575f0a1c2ac264dc0daee4fbf4.zip
touchups and refactorings on bug 18616 branch
no behavior changes
Diffstat (limited to 'src/or/router.h')
-rw-r--r--src/or/router.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/or/router.h b/src/or/router.h
index 5165462a13..73bfea1faa 100644
--- a/src/or/router.h
+++ b/src/or/router.h
@@ -39,8 +39,8 @@ int router_initialize_tls_context(void);
int init_keys(void);
int init_keys_client(void);
-int check_whether_orport_reachable(void);
-int check_whether_dirport_reachable(void);
+int check_whether_orport_reachable(const or_options_t *options);
+int check_whether_dirport_reachable(const or_options_t *options);
int dir_server_mode(const or_options_t *options);
void consider_testing_reachability(int test_or, int test_dir);
void router_orport_found_reachable(void);