diff options
Diffstat (limited to 'src/feature/dirauth/vote_microdesc_hash_st.h')
-rw-r--r-- | src/feature/dirauth/vote_microdesc_hash_st.h | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/src/feature/dirauth/vote_microdesc_hash_st.h b/src/feature/dirauth/vote_microdesc_hash_st.h index 92acdf1157..7f8ebf7fd7 100644 --- a/src/feature/dirauth/vote_microdesc_hash_st.h +++ b/src/feature/dirauth/vote_microdesc_hash_st.h @@ -1,9 +1,14 @@ /* Copyright (c) 2001 Matej Pfajfar. * Copyright (c) 2001-2004, Roger Dingledine. * Copyright (c) 2004-2006, Roger Dingledine, Nick Mathewson. - * Copyright (c) 2007-2019, The Tor Project, Inc. */ + * Copyright (c) 2007-2020, The Tor Project, Inc. */ /* See LICENSE for licensing information */ +/** + * @file vote_microdesc_hash_st.h + * @brief Microdescriptor-hash voting strcture. + **/ + #ifndef VOTE_MICRODESC_HASH_ST_H #define VOTE_MICRODESC_HASH_ST_H @@ -18,5 +23,4 @@ struct vote_microdesc_hash_t { char *microdesc_hash_line; }; -#endif - +#endif /* !defined(VOTE_MICRODESC_HASH_ST_H) */ |