aboutsummaryrefslogtreecommitdiff
path: root/src/or/connection.c
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2004-05-10 03:56:58 +0000
committerRoger Dingledine <arma@torproject.org>2004-05-10 03:56:58 +0000
commit397466a23d0ce16f007cffccc9bf812bd4a56ef5 (patch)
tree09f481cd690a0b22ee5cca9741b227f41c889410 /src/or/connection.c
parent658873eb0116719d7f1e5189127c86840a3b2fb1 (diff)
downloadtor-397466a23d0ce16f007cffccc9bf812bd4a56ef5.tar
tor-397466a23d0ce16f007cffccc9bf812bd4a56ef5.tar.gz
give connection.c a skeletal file/brief header
svn:r1831
Diffstat (limited to 'src/or/connection.c')
-rw-r--r--src/or/connection.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/or/connection.c b/src/or/connection.c
index e165dae33..6972c19bc 100644
--- a/src/or/connection.c
+++ b/src/or/connection.c
@@ -2,6 +2,11 @@
/* See LICENSE for licensing information */
/* $Id$ */
+/**
+ * \file connection.c
+ * \brief foo
+ **/
+
#include "or.h"
/********* START VARIABLES **********/