aboutsummaryrefslogtreecommitdiff
path: root/src/feature/nodelist/describe.c
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2018-09-25 16:22:11 -0400
committerNick Mathewson <nickm@torproject.org>2018-09-25 16:22:11 -0400
commitefa978124f067bf75c33c4ff9bba8dbf2f54a4ef (patch)
tree877cacc564b746bafde6b9cda24d4ea78e1d1ac0 /src/feature/nodelist/describe.c
parent5c86f3c297229515f125c0e06abdc689c90768f4 (diff)
downloadtor-efa978124f067bf75c33c4ff9bba8dbf2f54a4ef.tar.gz
tor-efa978124f067bf75c33c4ff9bba8dbf2f54a4ef.zip
Extract nickname-checking functions from router.c
Diffstat (limited to 'src/feature/nodelist/describe.c')
-rw-r--r--src/feature/nodelist/describe.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/feature/nodelist/describe.c b/src/feature/nodelist/describe.c
index ccf27e02d6..0ef9e3e7f7 100644
--- a/src/feature/nodelist/describe.c
+++ b/src/feature/nodelist/describe.c
@@ -4,6 +4,11 @@
* Copyright (c) 2007-2018, The Tor Project, Inc. */
/* See LICENSE for licensing information */
+/**
+ * \file describe.c
+ * \brief Format short descriptions of relays.
+ */
+
#include "core/or/or.h"
#include "feature/nodelist/describe.h"
#include "feature/relay/router.h"