aboutsummaryrefslogtreecommitdiff
path: root/src/feature/nodelist/authority_cert_st.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/feature/nodelist/authority_cert_st.h')
-rw-r--r--src/feature/nodelist/authority_cert_st.h10
1 files changed, 7 insertions, 3 deletions
diff --git a/src/feature/nodelist/authority_cert_st.h b/src/feature/nodelist/authority_cert_st.h
index 68a84bc452..9145b12bbf 100644
--- a/src/feature/nodelist/authority_cert_st.h
+++ b/src/feature/nodelist/authority_cert_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 authority_cert_st.h
+ * @brief Authority certificate structure.
+ **/
+
#ifndef AUTHORITY_CERT_ST_H
#define AUTHORITY_CERT_ST_H
@@ -28,5 +33,4 @@ struct authority_cert_t {
uint16_t dir_port;
};
-#endif
-
+#endif /* !defined(AUTHORITY_CERT_ST_H) */