summaryrefslogtreecommitdiff
path: root/src/feature/dirauth
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/dirauth
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/dirauth')
-rw-r--r--src/feature/dirauth/authmode.h (renamed from src/feature/dirauth/mode.h)0
-rw-r--r--src/feature/dirauth/dirvote.c2
-rw-r--r--src/feature/dirauth/shared_random.c2
3 files changed, 2 insertions, 2 deletions
diff --git a/src/feature/dirauth/mode.h b/src/feature/dirauth/authmode.h
index 8bb961dffb..8bb961dffb 100644
--- a/src/feature/dirauth/mode.h
+++ b/src/feature/dirauth/authmode.h
diff --git a/src/feature/dirauth/dirvote.c b/src/feature/dirauth/dirvote.c
index a1fe0d4234..edb0ad2aea 100644
--- a/src/feature/dirauth/dirvote.c
+++ b/src/feature/dirauth/dirvote.c
@@ -34,7 +34,7 @@
#include "feature/dircommon/voting_schedule.h"
#include "feature/dirauth/dirvote.h"
-#include "feature/dirauth/mode.h"
+#include "feature/dirauth/authmode.h"
#include "feature/dirauth/shared_random_state.h"
#include "feature/nodelist/authority_cert_st.h"
diff --git a/src/feature/dirauth/shared_random.c b/src/feature/dirauth/shared_random.c
index 85ec82ac00..db4f9d328c 100644
--- a/src/feature/dirauth/shared_random.c
+++ b/src/feature/dirauth/shared_random.c
@@ -102,7 +102,7 @@
#include "feature/dircommon/voting_schedule.h"
#include "feature/dirauth/dirvote.h"
-#include "feature/dirauth/mode.h"
+#include "feature/dirauth/authmode.h"
#include "feature/nodelist/authority_cert_st.h"
#include "feature/nodelist/networkstatus_st.h"