aboutsummaryrefslogtreecommitdiff
path: root/src/feature/dirauth/dirvote.h
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2018-12-03 12:18:45 -0500
committerNick Mathewson <nickm@torproject.org>2018-12-03 12:18:45 -0500
commit32213fa9ad8a306e1f3bade1c95b1ad95a136bd9 (patch)
tree31c76ba117d341f75e993ecab074d4dcae4be4aa /src/feature/dirauth/dirvote.h
parent439ffcefd57031153e49e605389a1c218e737180 (diff)
downloadtor-32213fa9ad8a306e1f3bade1c95b1ad95a136bd9.tar.gz
tor-32213fa9ad8a306e1f3bade1c95b1ad95a136bd9.zip
Keep list of dirauth flags in sync between dirvote.c and fuzz_vrs.c
Suggested by Teor on PR
Diffstat (limited to 'src/feature/dirauth/dirvote.h')
-rw-r--r--src/feature/dirauth/dirvote.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/feature/dirauth/dirvote.h b/src/feature/dirauth/dirvote.h
index a21e9f3455..f99cc2d2bf 100644
--- a/src/feature/dirauth/dirvote.h
+++ b/src/feature/dirauth/dirvote.h
@@ -92,6 +92,9 @@
/** Maximum size of a line in a vote. */
#define MAX_BW_FILE_HEADERS_LINE_LEN 1024
+extern const char DIRVOTE_UNIVERSAL_FLAGS[];
+extern const char DIRVOTE_OPTIONAL_FLAGS[];
+
/*
* Public API. Used outside of the dirauth subsystem.
*