X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?p=ngircd-alex.git;a=blobdiff_plain;f=src%2Fngircd%2Fparse.h;h=ef42be1456b0ce5099799213963a029e7881d5af;hp=205dbb8dfb83d0a01e67cb194b4a0ea5d0a1924d;hb=03628dbeaf40a9de34b3eb6d5bf6dd34eed8248c;hpb=408cefd15d4540d340283cdfbfad62a8e432cf8e;ds=sidebyside diff --git a/src/ngircd/parse.h b/src/ngircd/parse.h index 205dbb8d..ef42be14 100644 --- a/src/ngircd/parse.h +++ b/src/ngircd/parse.h @@ -7,16 +7,17 @@ * 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. - * - * $Id: parse.h,v 1.13 2008/01/13 16:12:49 fw Exp $ - * - * IRC command parser and validator (header) */ #ifndef __parse_h__ #define __parse_h__ +/** + * @file + * IRC command parser and validator (header) + */ + #include "portab.h" typedef struct _REQUEST /* vgl. RFC 2812, 2.3 */