aboutsummaryrefslogtreecommitdiff
path: root/src/feature/dircache
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2018-09-25 15:18:19 -0400
committerNick Mathewson <nickm@torproject.org>2018-09-25 15:18:21 -0400
commit9385b7ec5f6effce97ae26aa6cda08df5b90309b (patch)
treef06277853f07a568e76ad4f5f6da0a005bad6ce7 /src/feature/dircache
parent8a350e088bf59355f5e2fa3a05fa545923d4e74d (diff)
downloadtor-9385b7ec5f6effce97ae26aa6cda08df5b90309b.tar.gz
tor-9385b7ec5f6effce97ae26aa6cda08df5b90309b.zip
Rename dirauth/mode.h to dirauth/authmode.h
This is preparation for having a routermode.h as well
Diffstat (limited to 'src/feature/dircache')
-rw-r--r--src/feature/dircache/dircache.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/feature/dircache/dircache.c b/src/feature/dircache/dircache.c
index 7bfc539829..c58512814e 100644
--- a/src/feature/dircache/dircache.c
+++ b/src/feature/dircache/dircache.c
@@ -11,7 +11,7 @@
#include "core/mainloop/connection.h"
#include "core/or/relay.h"
#include "feature/dirauth/dirvote.h"
-#include "feature/dirauth/mode.h"
+#include "feature/dirauth/authmode.h"
#include "feature/dirauth/process_descs.h"
#include "feature/dircache/conscache.h"
#include "feature/dircache/consdiffmgr.h"