diff options
author | huyvq <huyvq.c633@gmail.com> | 2017-06-02 23:23:39 +0700 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2017-06-21 13:49:17 -0400 |
commit | 0471c905a18760413a63f05f50535313c76ca0c4 (patch) | |
tree | 82291e6930d92cf7252b41d91e3d28b8ea7aa485 /src/or/router.h | |
parent | f0a5416f95e06ebfd27eb95436eb85cd66494b9a (diff) | |
download | tor-0471c905a18760413a63f05f50535313c76ca0c4.tar.gz tor-0471c905a18760413a63f05f50535313c76ca0c4.zip |
Remove obsolete authdir_mode_any_main()
Diffstat (limited to 'src/or/router.h')
-rw-r--r-- | src/or/router.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/or/router.h b/src/or/router.h index 9c5def5218..2e6218540f 100644 --- a/src/or/router.h +++ b/src/or/router.h @@ -54,7 +54,6 @@ int net_is_disabled(void); int authdir_mode(const or_options_t *options); int authdir_mode_v3(const or_options_t *options); -int authdir_mode_any_main(const or_options_t *options); int authdir_mode_any_nonhidserv(const or_options_t *options); int authdir_mode_handles_descs(const or_options_t *options, int purpose); int authdir_mode_publishes_statuses(const or_options_t *options); |