aboutsummaryrefslogtreecommitdiff
path: root/src/lib/net/ipv4.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/net/ipv4.c')
-rw-r--r--src/lib/net/ipv4.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/lib/net/ipv4.c b/src/lib/net/ipv4.c
index 18e69761e2..db1429f49c 100644
--- a/src/lib/net/ipv4.c
+++ b/src/lib/net/ipv4.c
@@ -3,6 +3,11 @@
* Copyright (c) 2007-2018, The Tor Project, Inc. */
/* See LICENSE for licensing information */
+/**
+ * \file ipv4.c
+ * \brief Functions for encoding and decoding IPv4 addresses into strings
+ **/
+
#include "orconfig.h"
#include "lib/cc/torint.h"
#include "lib/net/ipv4.h"