From 397466a23d0ce16f007cffccc9bf812bd4a56ef5 Mon Sep 17 00:00:00 2001 From: Roger Dingledine Date: Mon, 10 May 2004 03:56:58 +0000 Subject: [PATCH] give connection.c a skeletal file/brief header svn:r1831 --- src/or/connection.c | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/or/connection.c b/src/or/connection.c index e165dae33b..6972c19bce 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 **********/