diff options
author | Roger Dingledine <arma@torproject.org> | 2004-05-10 03:56:58 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2004-05-10 03:56:58 +0000 |
commit | 397466a23d0ce16f007cffccc9bf812bd4a56ef5 (patch) | |
tree | 09f481cd690a0b22ee5cca9741b227f41c889410 /src/or/connection.c | |
parent | 658873eb0116719d7f1e5189127c86840a3b2fb1 (diff) | |
download | tor-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.c | 5 |
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 **********/ |