diff options
Diffstat (limited to 'src/ngircd/parse.h')
| -rw-r--r-- | src/ngircd/parse.h | 9 |
1 files changed, 5 insertions, 4 deletions
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 */ |