9 #ifndef TOR_DIRAUTH_MODE_H
10 #define TOR_DIRAUTH_MODE_H
14 #ifdef HAVE_MODULE_DIRAUTH
24 #define have_module_dirauth() (1)
28 #define authdir_mode(options) (((void)(options)),0)
29 #define authdir_mode_handles_descs(options,purpose) \
30 (((void)(options)),((void)(purpose)),0)
31 #define authdir_mode_publishes_statuses(options) (((void)(options)),0)
32 #define authdir_mode_tests_reachability(options) (((void)(options)),0)
33 #define authdir_mode_bridge(options) (((void)(options)),0)
34 #define authdir_mode_v3(options) (((void)(options)),0)
36 #define have_module_dirauth() (0)
int authdir_mode(const or_options_t *options)
int authdir_mode_tests_reachability(const or_options_t *options)
int authdir_mode_handles_descs(const or_options_t *options, int purpose)
int authdir_mode_bridge(const or_options_t *options)
int authdir_mode_publishes_statuses(const or_options_t *options)
Header file for router.c.