diff options
author | Nick Mathewson <nickm@torproject.org> | 2019-12-19 10:42:44 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2019-12-19 10:42:44 -0500 |
commit | 3210598c30c46ea0f192a20d96e2f10f481c2366 (patch) | |
tree | 2a2f2d708867930ffc56235a2a3a9736b09d03cb /src/feature/dirauth/dirauth_sys.h | |
parent | 87f7c2d01817913b3fcf36a3025c55feef13612c (diff) | |
download | tor-3210598c30c46ea0f192a20d96e2f10f481c2366.tar.gz tor-3210598c30c46ea0f192a20d96e2f10f481c2366.zip |
Move TestingDirVote{Exit,Guard,HSdir}{,IsStrict} to dirauth module
Diffstat (limited to 'src/feature/dirauth/dirauth_sys.h')
-rw-r--r-- | src/feature/dirauth/dirauth_sys.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/feature/dirauth/dirauth_sys.h b/src/feature/dirauth/dirauth_sys.h index 6f116855df..243605dc63 100644 --- a/src/feature/dirauth/dirauth_sys.h +++ b/src/feature/dirauth/dirauth_sys.h @@ -25,4 +25,8 @@ extern const struct subsys_fns_t sys_dirauth; **/ #define DIRAUTH_SUBSYS_LEVEL 70 +#ifdef DIRAUTH_SYS_PRIVATE +STATIC int dirauth_set_options(void *arg); +#endif + #endif /* !defined(DIRAUTH_SYS_H) */ |