X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?p=ngircd-alex.git;a=blobdiff_plain;f=src%2Fngircd%2Fconn.h;h=4228c9e41b933a3de5bd60e2638a78ecc895fc39;hp=280c61bb8dea77b0b39070607ebecc91fa30ec13;hb=25dd193e9b49b38db39cf549f94df4ba11812fe9;hpb=596bc096b02ef94efe3d73bb747c6ab0368f63bf diff --git a/src/ngircd/conn.h b/src/ngircd/conn.h index 280c61bb..4228c9e4 100644 --- a/src/ngircd/conn.h +++ b/src/ngircd/conn.h @@ -7,14 +7,15 @@ * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. * Please read the file COPYING, README and AUTHORS for more information. - * - * Connection management (header) */ - #ifndef __conn_h__ #define __conn_h__ +/** + * @file + * Connection management (header) + */ #include /* for time_t, see below */ @@ -137,5 +138,4 @@ GLOBAL void Conn_DebugDump PARAMS((void)); #endif - /* -eof- */