aboutsummaryrefslogtreecommitdiff
path: root/src/lib/net/ipv6.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/net/ipv6.c')
-rw-r--r--src/lib/net/ipv6.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/lib/net/ipv6.c b/src/lib/net/ipv6.c
index 35d7ddb901..630d6f1db4 100644
--- a/src/lib/net/ipv6.c
+++ b/src/lib/net/ipv6.c
@@ -3,6 +3,13 @@
* Copyright (c) 2007-2018, The Tor Project, Inc. */
/* See LICENSE for licensing information */
+/**
+ * \file ipv6.c
+ * \brief Functions for encoding and decoding IPv6 addresses
+ *
+ * (Because these functions are generic, they can also handle IPv4 addresses).
+ **/
+
#include "lib/net/ipv6.h"
#include "lib/net/ipv4.h"
#include "lib/string/util_string.h"