From 70539e3d5e357521616a083a69712605b7b98c23 Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Tue, 25 Sep 2018 15:39:24 -0400 Subject: Move all authdir_mode_*() functions into authmode.h --- src/feature/relay/router.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'src/feature/relay/router.h') diff --git a/src/feature/relay/router.h b/src/feature/relay/router.h index 52c4ac0bd6..7b33069aac 100644 --- a/src/feature/relay/router.h +++ b/src/feature/relay/router.h @@ -61,12 +61,6 @@ int dir_server_mode(const or_options_t *options); int net_is_disabled(void); int net_is_completely_disabled(void); -int authdir_mode(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); -int authdir_mode_tests_reachability(const or_options_t *options); -int authdir_mode_bridge(const or_options_t *options); - uint16_t router_get_active_listener_port_by_type_af(int listener_type, sa_family_t family); uint16_t router_get_advertised_or_port(const or_options_t *options); -- cgit v1.2.3-54-g00ecf