diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-09-25 15:39:24 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-09-25 15:39:24 -0400 |
commit | 70539e3d5e357521616a083a69712605b7b98c23 (patch) | |
tree | 86de66335cd30e0e29111c65286eccd74a7cac76 /src/feature/stats | |
parent | 9385b7ec5f6effce97ae26aa6cda08df5b90309b (diff) | |
download | tor-70539e3d5e357521616a083a69712605b7b98c23.tar.gz tor-70539e3d5e357521616a083a69712605b7b98c23.zip |
Move all authdir_mode_*() functions into authmode.h
Diffstat (limited to 'src/feature/stats')
-rw-r--r-- | src/feature/stats/rephist.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/feature/stats/rephist.c b/src/feature/stats/rephist.c index 24c73554be..210576b9e9 100644 --- a/src/feature/stats/rephist.c +++ b/src/feature/stats/rephist.c @@ -90,6 +90,7 @@ #include "core/or/channelpadding.h" #include "core/or/connection_or.h" #include "app/config/statefile.h" +#include "feature/dirauth/authmode.h" #include "feature/nodelist/networkstatus_st.h" #include "core/or/or_circuit_st.h" |